Skip to content

Commit

Permalink
Merge pull request #121 from mpepping/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6.1.0

Bump docker/build-push-action from 5.4.0 to 6.1.0
  • Loading branch information
mpepping authored Jun 25, 2024
2 parents 3bd2c3f + 8ab6f04 commit cbb19d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit cbb19d3

Please sign in to comment.