We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f1344 commit 70fb0f1Copy full SHA for 70fb0f1
1 file changed
.github/workflows/docker-push.yml
@@ -45,6 +45,7 @@ jobs:
45
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
46
47
- name: Build and push Docker image
48
+ id: build-and-push
49
uses: docker/build-push-action@v5
50
with:
51
context: .
0 commit comments