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 4cdc938 commit ccda1deCopy full SHA for ccda1de
.github/workflows/WebGSM-Docker.yml
@@ -33,4 +33,4 @@ jobs:
33
push: true
34
tags: |
35
ghcr.io/${{ env.REPOSITORY_OWNER }}/webgsm:latest
36
- ghcr.io/${{ env.REPOSITORY_OWNER }}/webgsm:${{ GITHUB_REF_NAME }}
+ ghcr.io/${{ env.REPOSITORY_OWNER }}/webgsm:${{ github.ref_name }}
0 commit comments