Skip to content

Commit

Permalink
Merge pull request #14 from example-policy-org/renovate/docker-build-…
Browse files Browse the repository at this point in the history
…push-action-2.x

Update docker/build-push-action action to v2.10.0
  • Loading branch information
chrisns authored Mar 31, 2022
2 parents c35afca + 1b6ca27 commit f50fd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: push
uses: docker/build-push-action@v2.9.0
uses: docker/build-push-action@v2.10.0
with:
# platforms: linux/arm64,linux/amd64
tags: ${{ steps.docker_meta.outputs.tags }}
Expand Down

0 comments on commit f50fd50

Please sign in to comment.