Skip to content

Commit ed409f1

Browse files
chore(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f88578 commit ed409f1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/03-build-secure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/deploy_code_engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

.github/workflows/deploy_complete_app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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

0 commit comments

Comments
 (0)