File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105
106106 # ===== STAGE 2: Build Docker Image with Optimizations =====
107107 - name : 🏗️ Build Docker Image
108- uses : docker/build-push-action@v5
108+ uses : docker/build-push-action@v6
109109 with :
110110 context : ${{ matrix.context }}
111111 file : ${{ matrix.dockerfile }}
Original file line number Diff line number Diff line change 4242 password : ${{ secrets.IBM_CLOUD_API_KEY }}
4343
4444 - name : Build and push Docker image
45- uses : docker/build-push-action@v5
45+ uses : docker/build-push-action@v6
4646 with :
4747 context : .
4848 file : ./Dockerfile.codeengine
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 password : ${{ secrets.IBM_CLOUD_API_KEY }}
160160
161161 - name : Build and push backend Docker image
162- uses : docker/build-push-action@v5
162+ uses : docker/build-push-action@v6
163163 with :
164164 context : .
165165 file : ./Dockerfile.codeengine
@@ -191,7 +191,7 @@ jobs:
191191 password : ${{ secrets.IBM_CLOUD_API_KEY }}
192192
193193 - name : Build and push frontend Docker image
194- uses : docker/build-push-action@v5
194+ uses : docker/build-push-action@v6
195195 with :
196196 context : ./frontend
197197 file : ./frontend/Dockerfile.frontend
Original file line number Diff line number Diff line change 3434 password : ${{ secrets.GITHUB_TOKEN }}
3535
3636 - name : Build and push frontend
37- uses : docker/build-push-action@v5
37+ uses : docker/build-push-action@v6
3838 with :
3939 context : ./frontend
4040 file : ./frontend/Dockerfile.frontend
4646 cache-to : type=gha,mode=max
4747
4848 - name : Build and push backend
49- uses : docker/build-push-action@v5
49+ uses : docker/build-push-action@v6
5050 with :
5151 context : ./backend
5252 file : ./backend/Dockerfile.backend
You can’t perform that action at this time.
0 commit comments