Skip to content

Commit f3e61fe

Browse files
Bump docker/build-push-action from 6.11.0 to 6.12.0 (#119)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.11.0 to 6.12.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.11.0...v6.12.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f3c8d6 commit f3e61fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
35-
- uses: docker/build-push-action@v6.11.0
35+
- uses: docker/build-push-action@v6.12.0
3636
with:
3737
tags: ghcr.io/kiksworks/${{ matrix.context }}:latest
3838
context: ${{ matrix.context }}

0 commit comments

Comments
 (0)