Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 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 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 6969c4e commit 4f8a2a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
working-directory: ./${{ env.image }}/
run: echo "version=$(awk '$1 == "ENV" && $2 == "TIDEWAYS_DAEMON_VERSION"{print $3}' Dockerfile)" >> $GITHUB_OUTPUT

- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
id: build
with:
context: ./${{ env.image }}/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
working-directory: ./${{ env.image }}/
run: echo "version=$(awk '$1 == "ENV" && $2 == "TIDEWAYS_PHP_VERSION"{print $3}' Dockerfile)" >> $GITHUB_OUTPUT

- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
id: build
with:
context: ./${{ env.image }}/
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
working-directory: ./${{ env.image }}/
run: echo "version=$(awk '$1 == "ENV" && $2 == "TIDEWAYS_PHP_VERSION"{print $3}' Dockerfile)" >> $GITHUB_OUTPUT

- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
id: build
with:
context: ./${{ env.image }}/alpine/
Expand Down

0 comments on commit 4f8a2a5

Please sign in to comment.