File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 type=sha,format=short
102102
103103 - name : Build and push run-image
104- uses : docker/build-push-action@v6
104+ uses : docker/build-push-action@v7
105105 with :
106106 context : ./run-image
107107 file : ./run-image/Dockerfile
Original file line number Diff line number Diff line change 8888 password : ${{ secrets.GITHUB_TOKEN }}
8989
9090 - name : Build and push run-image
91- uses : docker/build-push-action@v6
91+ uses : docker/build-push-action@v7
9292 with :
9393 context : ./run-image
9494 file : ./run-image/Dockerfile
@@ -103,7 +103,7 @@ jobs:
103103 cache-to : type=gha,mode=max
104104
105105 - name : Build and push cuda run-image
106- uses : docker/build-push-action@v6
106+ uses : docker/build-push-action@v7
107107 with :
108108 context : ./run-image
109109 file : ./run-image/Dockerfile
@@ -119,7 +119,7 @@ jobs:
119119 cache-to : type=gha,mode=max
120120
121121 - name : Build and push cuda build-image
122- uses : docker/build-push-action@v6
122+ uses : docker/build-push-action@v7
123123 with :
124124 context : ./run-image
125125 file : ./run-image/Dockerfile
You can’t perform that action at this time.
0 commit comments