Update release.yml

This commit is contained in:
Vedant Shrotria 2025-06-03 18:01:28 +05:30 committed by GitHub
parent b8555fccfc
commit 3b94049a8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
env: env:
DOCKER_REPO: ${{ env.REPONAME }} DOCKER_REPO: ${{ env.REPONAME }}
DOCKER_IMAGE: ${{ env.IMAGENAME }} DOCKER_IMAGE: ${{ env.IMAGENAME }}
DOCKER_TAG: ${RELEASE_TAG} DOCKER_TAG: ${{ env.RELEASE_TAG }}
DNAME: ${{ secrets.DNAME }} DNAME: ${{ secrets.DNAME }}
DPASS: ${{ secrets.DPASS }} DPASS: ${{ secrets.DPASS }}
run: | run: |