Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6 (#2578)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 14, 2024
1 parent e5b4a88 commit 9135233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
${{ runner.os }}-buildx-
- name: Build alpine
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./packages/server/Dockerfile.alpine
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max

- name: Build debian
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./packages/server/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push alpine
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./packages/server/Dockerfile.alpine
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand All @@ -74,7 +74,7 @@ jobs:
lizheming/waline:${{ needs.npm.outputs.version }}-alpine
- name: Build and push debian
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: ./packages/server/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down

0 comments on commit 9135233

Please sign in to comment.