Skip to content

Commit

Permalink
Merge pull request #7 from tideways/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
TimWolla authored Jun 19, 2024
2 parents 6969c4e + 4f8a2a5 commit 43eb5c9
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 43eb5c9

Please sign in to comment.