We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6b915 commit e948b85Copy full SHA for e948b85
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@de308676347136a77704e0f257298c8f1b30054f
+ uses: docker/build-push-action@b66d8774c665b789105b440514f0c97e6f19b06f
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