We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c4a9d commit 2e3f468Copy full SHA for 2e3f468
.github/workflows/build.yaml
@@ -222,7 +222,7 @@ jobs:
222
# https://github.com/docker/build-push-action
223
- name: Build and push Docker image
224
id: build-and-push
225
- uses: docker/build-push-action@v4.0.0
+ uses: docker/build-push-action@v4.1.1
226
with:
227
context: image
228
push: ${{ github.event_name != 'pull_request' }}
@@ -242,7 +242,7 @@ jobs:
242
243
- name: Build and push Alpine Docker image
244
id: build-and-push-alpine
245
246
247
248
file: image/Dockerfile_alpine
0 commit comments