Skip to content

Commit 24eb3f7

Browse files
dependabot[bot]hdonnay
authored andcommitted
build(deps): bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- 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 dbaebb5 commit 24eb3f7

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
@@ -207,7 +207,7 @@ jobs:
207207
mkdir "${{ runner.temp }}/build"
208208
tar -xz -f ${{steps.download.outputs.download-path}}/clair-${{ needs.config.outputs.version }}.tar.gz --strip-components=1 -C "${{ runner.temp }}/build"
209209
- name: Build Container
210-
uses: docker/build-push-action@v4
210+
uses: docker/build-push-action@v5
211211
with:
212212
cache-from: type=gha
213213
cache-to: type=gha,mode=max

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
mkdir "${{ runner.temp }}/build"
8080
git archive --add-file=go.mod --add-file=go.sum origin/main |
8181
tar -x -C "${{ runner.temp }}/build"
82-
- uses: docker/build-push-action@v4
82+
- uses: docker/build-push-action@v5
8383
with:
8484
build-args: |
8585
GO_VERSION=${{ env.GO_VERSION }}

0 commit comments

Comments
 (0)