We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41807ef commit a195ee5Copy full SHA for a195ee5
.github/workflows/container.yml
@@ -51,7 +51,7 @@ jobs:
51
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
52
53
- name: Build and push Docker image
54
- uses: docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12
+ uses: docker/build-push-action@e050dfa622d93dfcc095192a984db567cb14f0f0
55
with:
56
context: .
57
push: true
0 commit comments