Skip to content

Commit

Permalink
build(deps): Bump docker/build-push-action from 6.0.1 to 6.0.2
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cdalvaro committed Jun 21, 2024
1 parent 6b23178 commit d86b2f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "Cache contents available at: ${CACHE_PATH}"
- name: Build docker-salt-master image
uses: docker/[email protected].1
uses: docker/[email protected].2
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
password: ${{ secrets.QUAYIO_PASSWORD }}

- name: Build
uses: docker/[email protected].1
uses: docker/[email protected].2
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build docker-salt-master image
if: github.event_name != 'schedule'
uses: docker/[email protected].1
uses: docker/[email protected].2
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit d86b2f8

Please sign in to comment.