Skip to content

Commit a653586

Browse files
dependabot: bump docker/bake-action from 5 to 6
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] <[email protected]>
1 parent 891d429 commit a653586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
password: ${{ secrets.DOCKERHUB_TOKEN }}
6363

6464
- name: Build and push
65-
uses: docker/bake-action@v5
65+
uses: docker/bake-action@v6
6666
if: ${{ !startsWith(github.ref, 'refs/tags/sdk@') }}
6767
with:
6868
workdir: packages/sdk

0 commit comments

Comments
 (0)