Skip to content

Commit 4bd5ab5

Browse files
dependabot[bot]k8s-ci-robot
authored andcommitted
build(deps): bump docker/build-push-action from 6.3.0 to 6.4.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@1a16264...1ca370b) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8854e8 commit 4bd5ab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
type=ref,event=tag
128128
type=sha,format=long
129129
- name: Build (and push if needed)
130-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
130+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
131131
with:
132132
context: .
133133
file: Dockerfile.build-image
@@ -173,7 +173,7 @@ jobs:
173173
type=ref,event=tag
174174
type=sha,format=long
175175
- name: Build
176-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
176+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
177177
with:
178178
context: .
179179
file: Dockerfile
@@ -219,7 +219,7 @@ jobs:
219219
type=sha,format=long
220220
# TODO(jaosorior): Push UBI image too
221221
- name: Build
222-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
222+
uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
223223
with:
224224
context: .
225225
file: Dockerfile.ubi

0 commit comments

Comments
 (0)