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 db874f9 commit 22527fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker-main.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' )
with:
context: .
Expand Down Expand Up @@ -266,7 +266,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' )
with:
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,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 @@ -269,7 +269,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 22527fe

Please sign in to comment.