Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 3 to 6
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 900689e commit 64779fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:

- name: "📦 Build and push"
id: task_release_gh_push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
with:
context: .
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:

- name: "📦 Build and push"
id: task_release_dh_push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
with:
context: .
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:

- name: "📦 Build and push"
id: task_release_gh_push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
with:
context: .
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:

- name: "📦 Build and push"
id: task_release_dh_push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' )
with:
context: .
Expand Down

0 comments on commit 64779fb

Please sign in to comment.