We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4b80f commit 4e93b6fCopy full SHA for 4e93b6f
2 files changed
.github/workflows/docker-ci.yml
@@ -52,7 +52,7 @@ jobs:
52
# https://github.com/docker/build-push-action
53
- name: Build and push Docker image
54
id: build-and-push
55
- uses: docker/build-push-action@f8bc7f46003ef0cf98b715743d86c2f1ccd01436
+ uses: docker/build-push-action@7e6f77677b7892794c8852c6e3773c3e9bc3129a
56
with:
57
context: .
58
load: true
.github/workflows/docker-publish.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
push: true
0 commit comments