File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 password : ${{ secrets.GITHUB_TOKEN }}
9090
9191 - name : Build and push base image (amd64)
92- uses : docker/build-push-action@v6
92+ uses : docker/build-push-action@v7
9393 with :
9494 context : ./oxcaml-base
9595 file : ./oxcaml-base/Dockerfile
@@ -139,7 +139,7 @@ jobs:
139139 password : ${{ secrets.GITHUB_TOKEN }}
140140
141141 - name : Build and push base image (arm64)
142- uses : docker/build-push-action@v6
142+ uses : docker/build-push-action@v7
143143 with :
144144 context : ./oxcaml-base
145145 file : ./oxcaml-base/Dockerfile
@@ -196,7 +196,7 @@ jobs:
196196 password : ${{ secrets.GITHUB_TOKEN }}
197197
198198 - name : Build and push dev image (amd64)
199- uses : docker/build-push-action@v6
199+ uses : docker/build-push-action@v7
200200 with :
201201 context : ./oxcaml-dev
202202 file : ./oxcaml-dev/Dockerfile
@@ -252,7 +252,7 @@ jobs:
252252 password : ${{ secrets.GITHUB_TOKEN }}
253253
254254 - name : Build and push dev image (arm64)
255- uses : docker/build-push-action@v6
255+ uses : docker/build-push-action@v7
256256 with :
257257 context : ./oxcaml-dev
258258 file : ./oxcaml-dev/Dockerfile
Original file line number Diff line number Diff line change 5959 password : ${{ secrets.GITHUB_TOKEN }}
6060
6161 - name : Build and push TSan image (amd64)
62- uses : docker/build-push-action@v6
62+ uses : docker/build-push-action@v7
6363 with :
6464 context : ./tsan
6565 file : ./tsan/Dockerfile
@@ -109,7 +109,7 @@ jobs:
109109 password : ${{ secrets.GITHUB_TOKEN }}
110110
111111 - name : Build and push TSan image (arm64)
112- uses : docker/build-push-action@v6
112+ uses : docker/build-push-action@v7
113113 with :
114114 context : ./tsan
115115 file : ./tsan/Dockerfile
Original file line number Diff line number Diff line change 8989 password : ${{ secrets.GITHUB_TOKEN }}
9090
9191 - name : Build and push base image (amd64)
92- uses : docker/build-push-action@v6
92+ uses : docker/build-push-action@v7
9393 with :
9494 context : ./base
9595 file : ./base/Dockerfile
@@ -139,7 +139,7 @@ jobs:
139139 password : ${{ secrets.GITHUB_TOKEN }}
140140
141141 - name : Build and push base image (arm64)
142- uses : docker/build-push-action@v6
142+ uses : docker/build-push-action@v7
143143 with :
144144 context : ./base
145145 file : ./base/Dockerfile
@@ -196,7 +196,7 @@ jobs:
196196 password : ${{ secrets.GITHUB_TOKEN }}
197197
198198 - name : Build and push dev image (amd64)
199- uses : docker/build-push-action@v6
199+ uses : docker/build-push-action@v7
200200 with :
201201 context : ./dev
202202 file : ./dev/Dockerfile
@@ -252,7 +252,7 @@ jobs:
252252 password : ${{ secrets.GITHUB_TOKEN }}
253253
254254 - name : Build and push dev image (arm64)
255- uses : docker/build-push-action@v6
255+ uses : docker/build-push-action@v7
256256 with :
257257 context : ./dev
258258 file : ./dev/Dockerfile
You can’t perform that action at this time.
0 commit comments