Skip to content

Commit c2ba3fa

Browse files
Bump docker/build-push-action from 6.11.0 to 6.12.0 (#113)
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 daeb386 commit c2ba3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: 🛠️ Build devcontainer (${{ matrix.devcontainer }})
40-
uses: docker/build-push-action@v6.11.0
40+
uses: docker/build-push-action@v6.12.0
4141
with:
4242
context: .
4343
file: ./${{ matrix.devcontainer }}/Dockerfile

0 commit comments

Comments
 (0)