Skip to content

Commit 21145dd

Browse files
build(deps): bump docker/build-push-action from 6.18.0 to 6.19.0 (#4303)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 6.19.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2634353...ee4ca42) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.19.0 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 1df2c55 commit 21145dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
buildkitd-config: .github/buildkit.toml
4040

4141
- name: "Build image"
42-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
42+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
4343
with:
4444
context: .
4545
file: ./build/docker/Dockerfile${{ matrix.flavor == 'debian' && '.debian' || '' }}

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Build and push image (slim)
9494
if: ${{ inputs.slim }}
95-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
95+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
9696
with:
9797
context: .
9898
file: ./build/docker/Dockerfile${{ inputs.debian && '.debian' || '' }}
@@ -108,7 +108,7 @@ jobs:
108108
BUILD_VERSION=${{ inputs.crowdsec_version }}
109109
110110
- name: Build and push image (full)
111-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
111+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
112112
with:
113113
context: .
114114
file: ./build/docker/Dockerfile${{ inputs.debian && '.debian' || '' }}

0 commit comments

Comments
 (0)