We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0722f87 commit 3e87d06Copy full SHA for 3e87d06
.github/workflows/build.yml
@@ -28,6 +28,6 @@ jobs:
28
docker build -t ghcr.io/${{ github.repository }}:latest .
29
docker push ghcr.io/${{ github.repository }}:latest
30
else
31
- docker tag ghcr.io/${{ github.repository }}:latest ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
+ docker build ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }} .
32
docker push ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
33
fi
0 commit comments