Skip to content

Commit 9b176b2

Browse files
committed
missing release name fix. Closes #16
1 parent 46141e4 commit 9b176b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dockerhub.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
# path: ./${DOCKER_NAME}
3535
# retention-days: 3
3636

37+
- name: Set up REPO and TAG environment vars
38+
run: |
39+
echo "REPO=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
40+
echo "TAG=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
41+
3742
- name: Create GitHub release
3843
if: ${{ contains(github.ref, 'refs/tags/') }}
3944
env:

0 commit comments

Comments
 (0)