Skip to content

Commit 1e7fce7

Browse files
committed
Make use of correct variable
1 parent 6482368 commit 1e7fce7

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
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
context: .
3333
push: true
34-
tags: ${{ env.DOCKERHUB_REPO }}:latest
34+
tags: ${{ vars.DOCKERHUB_REPO }}:latest
3535

3636
gh-release:
3737
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)