We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35ec9d commit 206796eCopy full SHA for 206796e
.github/workflows/build_publish_docker.yaml
@@ -42,7 +42,7 @@ jobs:
42
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
43
- name: Build and push Docker image
44
id: push
45
- uses: docker/build-push-action@b66d8774c665b789105b440514f0c97e6f19b06f
+ uses: docker/build-push-action@c5117b60bc829f00aaacb038e99de2712bee6e6e
46
with:
47
context: .
48
push: true
0 commit comments