Skip to content

Commit 838dcaa

Browse files
Update docker/build-push-action action to v7
1 parent 34c8acf commit 838dcaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# https://github.com/docker/build-push-action
6969
- name: Build test image
7070
id: build-test
71-
uses: docker/build-push-action@v6.18.0
71+
uses: docker/build-push-action@v7.0.0
7272
with:
7373
context: .
7474
load: true
@@ -165,7 +165,7 @@ jobs:
165165
# This build an image WITHOUT tags and outputs the digests, so that we can aggragate them later
166166
- name: Build and push production image
167167
id: build-and-push
168-
uses: docker/build-push-action@v6.18.0
168+
uses: docker/build-push-action@v7.0.0
169169
with:
170170
context: .
171171
target: ${{ matrix.docker_target }}

0 commit comments

Comments
 (0)