File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments