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 2d755d5 commit 06ebafdCopy full SHA for 06ebafd
.github/workflows/push-docker-image.yml
@@ -42,7 +42,7 @@ jobs:
42
# Build Docker Image
43
- name: Build Docker Image
44
run: |
45
- docker build -t ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
+ docker build -t ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }} .
46
docker tag ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
47
48
0 commit comments