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 a586056 commit ec78f65Copy full SHA for ec78f65
.github/workflows/docker-image.yml
@@ -30,7 +30,7 @@ jobs:
30
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
31
32
- name: Build and push Docker image
33
- uses: docker/build-push-action@6e95f19fb8c9e00a1a391941edbc0ae30c1799f7
+ uses: docker/build-push-action@cb8fc7586f9ad9441b20c33e0f6e8b1b58d8b4c6
34
with:
35
context: .
36
push: true
0 commit comments