Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action
Browse files Browse the repository at this point in the history
Bumps the all-actions group with 1 update in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `docker/build-push-action` from 6.5.0 to 6.7.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.5.0...v6.7.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2024
1 parent 959c5fc commit 3224dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_image_public_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push to DockerHub (release prd)
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.7.0
with:
push: true
build-args: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
$GITHUB_OUTPUT

- name: Build and push to DockerHub (develop branch)
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.7.0
with:
push: true
build-args: |
Expand Down

0 comments on commit 3224dd9

Please sign in to comment.