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 1a162644f9a7e87d8f4b053101d1d9a712edc18c.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@2a53c6c...1a16264)

---
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 and bilelmoussaoui committed Jul 10, 2024
1 parent 524d692 commit 1a830d4
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
with:
push: ${{ github.event_name != 'pull_request' }}
context: .
Expand Down

0 comments on commit 1a830d4

Please sign in to comment.