We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5528ec0 commit cbfc1e4Copy full SHA for cbfc1e4
.github/workflows/docker-push.yaml
@@ -34,7 +34,7 @@ jobs:
34
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
35
- name: Build and push Docker image
36
id: push
37
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
+ uses: docker/build-push-action@84ad562665bb303b549fec655d1b64f9945f3f91
38
with:
39
context: .
40
push: true
0 commit comments