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 6482368 commit 1e7fce7Copy full SHA for 1e7fce7
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
context: .
33
push: true
34
- tags: ${{ env.DOCKERHUB_REPO }}:latest
+ tags: ${{ vars.DOCKERHUB_REPO }}:latest
35
36
gh-release:
37
if: startsWith(github.ref, 'refs/tags/')
0 commit comments