We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c8acf commit 838dcaaCopy full SHA for 838dcaa
.github/workflows/ci-pipeline.yml
@@ -68,7 +68,7 @@ jobs:
68
# https://github.com/docker/build-push-action
69
- name: Build test image
70
id: build-test
71
- uses: docker/build-push-action@v6.18.0
+ uses: docker/build-push-action@v7.0.0
72
with:
73
context: .
74
load: true
@@ -165,7 +165,7 @@ jobs:
165
# This build an image WITHOUT tags and outputs the digests, so that we can aggragate them later
166
- name: Build and push production image
167
id: build-and-push
168
169
170
171
target: ${{ matrix.docker_target }}
0 commit comments