We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35ec9d commit 802eaddCopy full SHA for 802eadd
.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@502612d46437e573ecd598d11dd0b009741ed5cd
46
with:
47
context: .
48
push: true
0 commit comments