Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 19cb5ea

Browse files
🌱 Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 46f56c4 commit 19cb5ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
password: ${{ secrets.QUAY_PASSWORD }}
9898

9999
- name: Build and push manager image
100-
uses: docker/build-push-action@v3
100+
uses: docker/build-push-action@v4
101101
with:
102102
context: .
103103
push: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo 'EOF' >> $GITHUB_ENV
7171
7272
- name: Build and push manager image
73-
uses: docker/build-push-action@v3
73+
uses: docker/build-push-action@v4
7474
with:
7575
context: .
7676
push: true

0 commit comments

Comments
 (0)