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 b8555fc commit 5049a2eCopy full SHA for 5049a2e
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
env:
64
DOCKER_REPO: ${{ env.REPONAME }}
65
DOCKER_IMAGE: ${{ env.IMAGENAME }}
66
- DOCKER_TAG: ${RELEASE_TAG}
+ DOCKER_TAG: ${{ env.RELEASE_TAG }}
67
DNAME: ${{ secrets.DNAME }}
68
DPASS: ${{ secrets.DPASS }}
69
run: |
0 commit comments