Skip to content

Commit c6ec28e

Browse files
Bump docker/build-push-action from 6.18.0 to 6.19.2 (#149)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 6.19.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.18.0...v6.19.2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3d8046 commit c6ec28e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "gitsha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
4444
4545
- name: 🛠️ Build devcontainer (${{ matrix.devcontainer }})
46-
uses: docker/build-push-action@v6.18.0
46+
uses: docker/build-push-action@v6.19.2
4747
with:
4848
context: .
4949
file: ./${{ matrix.devcontainer }}/Dockerfile

0 commit comments

Comments
 (0)