Skip to content

Commit 781309f

Browse files
chore(deps): 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 b8c07b2 commit 781309f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
registry: ghcr.io
4848
username: ${{ github.repository_owner }}
4949
password: ${{ secrets.GITHUB_TOKEN }}
50-
- uses: docker/bake-action@v5
50+
- uses: docker/bake-action@v6
5151
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
5252
env:
5353
TAG: ${{ github.ref_name }}
5454
with:
5555
push: true
5656
files: 'build/package/docker-bake.json'
57-
- uses: docker/bake-action@v5
57+
- uses: docker/bake-action@v6
5858
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
5959
with:
6060
push: true

0 commit comments

Comments
 (0)