We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39429a commit 918f460Copy full SHA for 918f460
.github/workflows/docker-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
53
- name: Build and push Docker image
54
id: push
55
- uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
+ uses: docker/build-push-action@a8d35412fb758de9162fd63e3fa3f0942bdedb4d
56
with:
57
context: .
58
push: true
0 commit comments