Skip to content

Commit

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

---
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 Feb 1, 2025
1 parent bbb157f commit bdb7374
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 @@ -57,7 +57,7 @@ jobs:
fi
-
name: Build Docker images
uses: docker/bake-action@v5
uses: docker/bake-action@v6
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 @@ -44,7 +44,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build Docker images
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
pull: true
load: true
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
run: echo "AUTH_SECRET=$(openssl rand -hex 32)" >> $GITHUB_ENV
-
name: Build Docker Images
uses: docker/bake-action@v5
uses: docker/bake-action@v6
with:
pull: true
load: true
Expand Down

0 comments on commit bdb7374

Please sign in to comment.