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 46141e4 commit 9b176b2Copy full SHA for 9b176b2
.github/workflows/dockerhub.yml
@@ -34,6 +34,11 @@ jobs:
34
# path: ./${DOCKER_NAME}
35
# retention-days: 3
36
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
+
42
- name: Create GitHub release
43
if: ${{ contains(github.ref, 'refs/tags/') }}
44
env:
0 commit comments