Skip to content

Commit db0b965

Browse files
authored
fix: correct docker deploy variables (#17)
1 parent 338a418 commit db0b965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ jobs:
120120
id: release
121121
env:
122122
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123-
REPO_OWNER: ${{ github.repository_owner }}
123+
DOCKER_USERNAME: ${{ github.repository_owner }}
124+
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
124125
GIT_AUTHOR_NAME: ${{ github.event.commits[0].author.username }}
125126
GIT_AUTHOR_EMAIL: ${{ github.event.commits[0].author.email }}
126127
GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}

0 commit comments

Comments
 (0)