Skip to content

Commit 5049a2e

Browse files
authored
Update release.yml
1 parent b8555fc commit 5049a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
DOCKER_REPO: ${{ env.REPONAME }}
6565
DOCKER_IMAGE: ${{ env.IMAGENAME }}
66-
DOCKER_TAG: ${RELEASE_TAG}
66+
DOCKER_TAG: ${{ env.RELEASE_TAG }}
6767
DNAME: ${{ secrets.DNAME }}
6868
DPASS: ${{ secrets.DPASS }}
6969
run: |

0 commit comments

Comments
 (0)