Skip to content

Commit

Permalink
Bump docker/build-push-action from 3 to 4 (emina#251)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
1 parent 88b3fd9 commit 7cfd9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and Publish Rosette Image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 7cfd9b2

Please sign in to comment.