Skip to content

Commit

Permalink
Merge pull request #2684 from StevenBlack/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
StevenBlack committed Jul 4, 2024
1 parent 7bfbc0d commit 8f9fbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 8f9fbea

Please sign in to comment.