Skip to content

Commit

Permalink
Update docker/bake-action action to v5 (#179)
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] authored Jun 17, 2024
1 parent c707e06 commit dd4095e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build to export cache
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
set: |
devcontainer.cache-from=type=gha,scope=devcontainer-amd64
Expand All @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Build to export cache
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
set: |
devcontainer.platform=linux/arm64
Expand All @@ -73,7 +73,7 @@ jobs:
driver-opts: network=host

- name: Build to import cache
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
set: |
devcontainer.cache-from=type=gha,scope=devcontainer-amd64
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
Expand Down

0 comments on commit dd4095e

Please sign in to comment.