We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459cefb commit 12c6bdfCopy full SHA for 12c6bdf
.github/workflows/docker-image.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Build and push Docker image to both registries
99
id: build-and-push-base
100
- uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
+ uses: docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
101
with:
102
context: .
103
file: base.Dockerfile
@@ -109,7 +109,7 @@ jobs:
109
110
111
id: build-and-push
112
113
114
115
file: Dockerfile
0 commit comments