Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2a53c6ccda456d31fb62eedc658aae06e238b7bd to af64c4e18f18907592d87ebdea2882bc1f27a07a.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@2a53c6c...af64c4e)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent f0e1d9e commit f2d3866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
- name: Build and push Docker image
uses: docker/build-push-action@2a53c6ccda456d31fb62eedc658aae06e238b7bd
uses: docker/build-push-action@af64c4e18f18907592d87ebdea2882bc1f27a07a
with:
push: ${{ github.event_name != 'pull_request' }}
context: .
Expand Down

0 comments on commit f2d3866

Please sign in to comment.