Skip to content

Commit c5ae502

Browse files
build(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7400db2 commit c5ae502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cut-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
mkdir "${{ runner.temp }}/build"
202202
tar -xz -f ${{steps.download.outputs.download-path}}/clair-${{ needs.config.outputs.version }}.tar.gz --strip-components=1 -C "${{ runner.temp }}/build"
203203
- name: Build Container
204-
uses: docker/build-push-action@v5
204+
uses: docker/build-push-action@v6
205205
with:
206206
cache-from: type=gha
207207
cache-to: type=gha,mode=max

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
mkdir "${{ runner.temp }}/build"
7777
git archive --add-file=go.mod --add-file=go.sum origin/main |
7878
tar -x -C "${{ runner.temp }}/build"
79-
- uses: docker/build-push-action@v5
79+
- uses: docker/build-push-action@v6
8080
if: steps.novelty.outputs.cache-hit != 'true'
8181
with:
8282
cache-from: type=gha

0 commit comments

Comments
 (0)