Skip to content

Commit

Permalink
Merge pull request #248 from hydephp/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6.4.0

Bump docker/build-push-action from 6.2.0 to 6.4.0
  • Loading branch information
caendesilva authored Jul 16, 2024
2 parents 9660cd2 + 85d9825 commit 4c5fd49
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 @@ -65,7 +65,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd # v6.4.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 4c5fd49

Please sign in to comment.