Skip to content

Commit c9f5c8a

Browse files
authored
Merge of #989
2 parents edcd5ea + 2a68ac3 commit c9f5c8a

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
password: ${{ secrets.QUAY_PASSWORD }}
3333

3434
- name: Build and push bundle container image
35-
uses: docker/build-push-action@v6
35+
uses: docker/build-push-action@v7
3636
with:
3737
context: .
3838
file: bundle.Dockerfile
@@ -61,7 +61,7 @@ jobs:
6161
password: ${{ secrets.QUAY_PASSWORD }}
6262

6363
- name: Build and push controller container image
64-
uses: docker/build-push-action@v6
64+
uses: docker/build-push-action@v7
6565
with:
6666
context: .
6767
file: Dockerfile
@@ -91,7 +91,7 @@ jobs:
9191
password: ${{ secrets.QUAY_PASSWORD }}
9292

9393
- name: Build and push sidecar container image
94-
uses: docker/build-push-action@v6
94+
uses: docker/build-push-action@v7
9595
with:
9696
context: .
9797
file: build/Containerfile.sidecar

.github/workflows/e2e-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
sudo lsblk
7575
7676
- name: build sidecar image
77-
uses: docker/build-push-action@v6
77+
uses: docker/build-push-action@v7
7878
with:
7979
context: .
8080
file: build/Containerfile.sidecar
@@ -97,7 +97,7 @@ jobs:
9797
test/scripts/ceph/github-action-helper.sh enable_mirroring_cluster rook-ceph rook-ceph-secondary
9898
9999
- name: Build controller container image
100-
uses: docker/build-push-action@v6
100+
uses: docker/build-push-action@v7
101101
with:
102102
context: .
103103
file: Dockerfile

.github/workflows/kind-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version-file: go.mod
2727

2828
- name: Build container container image
29-
uses: docker/build-push-action@v6
29+
uses: docker/build-push-action@v7
3030
with:
3131
context: .
3232
file: Dockerfile

.github/workflows/tag-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.QUAY_PASSWORD }}
3737

3838
- name: Build bundle container image
39-
uses: docker/build-push-action@v6
39+
uses: docker/build-push-action@v7
4040
with:
4141
context: .
4242
file: bundle.Dockerfile
@@ -68,7 +68,7 @@ jobs:
6868
password: ${{ secrets.QUAY_PASSWORD }}
6969

7070
- name: Build and push controller container image
71-
uses: docker/build-push-action@v6
71+
uses: docker/build-push-action@v7
7272
with:
7373
context: .
7474
file: Dockerfile
@@ -101,7 +101,7 @@ jobs:
101101
password: ${{ secrets.QUAY_PASSWORD }}
102102

103103
- name: Build and push sidecar container image
104-
uses: docker/build-push-action@v6
104+
uses: docker/build-push-action@v7
105105
with:
106106
context: .
107107
file: build/Containerfile.sidecar

.github/workflows/test-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: make bundle-validate
2828

2929
- name: Build bundle container image
30-
uses: docker/build-push-action@v6
30+
uses: docker/build-push-action@v7
3131
with:
3232
context: .
3333
file: bundle.Dockerfile
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/setup-buildx-action@v3
4949

5050
- name: Build container container image
51-
uses: docker/build-push-action@v6
51+
uses: docker/build-push-action@v7
5252
with:
5353
context: .
5454
file: Dockerfile
@@ -70,7 +70,7 @@ jobs:
7070
uses: docker/setup-buildx-action@v3
7171

7272
- name: Build sidecar container image
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: .
7676
file: build/Containerfile.sidecar

0 commit comments

Comments
 (0)