Skip to content

Commit 23a089e

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

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-approval.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
type=raw,value=latest,enable={{is_default_branch}}
153153
154154
- name: Build & push
155-
uses: docker/build-push-action@v6
155+
uses: docker/build-push-action@v7
156156
with:
157157
context: .
158158
file: .devops/Dockerfile.cpp
@@ -199,7 +199,7 @@ jobs:
199199
type=raw,value=latest,enable={{is_default_branch}}
200200
201201
- name: Build & push
202-
uses: docker/build-push-action@v6
202+
uses: docker/build-push-action@v7
203203
with:
204204
context: .
205205
file: .devops/Dockerfile
@@ -245,7 +245,7 @@ jobs:
245245
type=raw,value=latest,enable={{is_default_branch}}
246246
247247
- name: Build & push
248-
uses: docker/build-push-action@v6
248+
uses: docker/build-push-action@v7
249249
with:
250250
context: .
251251
file: .devops/Dockerfile.backend

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
type=raw,value=latest,enable=${{ inputs.push_image == 'true' }}
6868
6969
- name: Build and push
70-
uses: docker/build-push-action@v6
70+
uses: docker/build-push-action@v7
7171
with:
7272
context: .
7373
file: .devops/Dockerfile.cpp
@@ -114,7 +114,7 @@ jobs:
114114
type=raw,value=latest,enable=${{ inputs.push_image == 'true' }}
115115
116116
- name: Build and push
117-
uses: docker/build-push-action@v6
117+
uses: docker/build-push-action@v7
118118
with:
119119
context: .
120120
file: .devops/Dockerfile
@@ -160,7 +160,7 @@ jobs:
160160
type=raw,value=latest,enable=${{ inputs.push_image == 'true' }}
161161
162162
- name: Build and push
163-
uses: docker/build-push-action@v6
163+
uses: docker/build-push-action@v7
164164
with:
165165
context: .
166166
file: .devops/Dockerfile.backend

0 commit comments

Comments
 (0)