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 82396c8 commit 37d07ddCopy full SHA for 37d07dd
.github/workflows/docker.yml
@@ -21,5 +21,5 @@ jobs:
21
uses: docker/build-push-action@v5
22
with:
23
push: true
24
- tags: jpberno/test-drawdb:latest #ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ github.ref_name }}
+ tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:${{ github.ref_name }}
25
0 commit comments