Skip to content

Commit

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

Update docker/build-push-action action to v2.9.0
  • Loading branch information
chrisns authored Feb 4, 2022
2 parents 38e58c7 + 203a95c commit 4e5b0d7
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.8.0
uses: docker/build-push-action@v2.9.0
with:
# platforms: linux/arm64,linux/amd64
tags: ${{ steps.docker_meta.outputs.tags }}
Expand Down

0 comments on commit 4e5b0d7

Please sign in to comment.