We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02bd82 commit 8bd1c01Copy full SHA for 8bd1c01
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@b16f42f92abaeb7610fd7fc99ab230d13e79e275
+ uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
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