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 984f89c commit 39e4cfaCopy full SHA for 39e4cfa
.github/workflows/container.yml
@@ -14,5 +14,5 @@ jobs:
14
registry: ghcr.io
15
username: ${{ github.actor }}
16
password: ${{ secrets.GITHUB_TOKEN }}
17
- - run: docker build -t ghcr.io/${{ github.repository }}:${{ github.ref }} .
18
- - run: docker push ghcr.io/${{ github.repository }}:${{ github.ref }}
+ - run: docker build -t ghcr.io/${{ github.repository }}:${{ github.ref_name }} .
+ - run: docker push ghcr.io/${{ github.repository }}:${{ github.ref_name }}
0 commit comments