Skip to content

Commit

Permalink
chore: bump docker/bake-action from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 3 to 4.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/bake-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 Oct 1, 2023
1 parent 114a4cc commit 83f58c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
gcloud container clusters get-credentials api-platform-demo --zone europe-west1-c
-
name: Build Docker images
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
# push and load may not be set together
# must push manually in a next step
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Build Docker Images
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
pull: true
load: true
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Build Docker Images
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
pull: true
load: true
Expand Down

0 comments on commit 83f58c1

Please sign in to comment.