We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1694d11 commit 3a68258Copy full SHA for 3a68258
.github/workflows/release-build.yml
@@ -29,9 +29,5 @@ jobs:
29
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
30
run: echo $DOCKER_HUB_ACCESS_TOKEN | docker login -u $DOCKER_HUB_USERNAME --password-stdin
31
32
- - name: Get the image tag
33
- id: get_image_tag
34
- run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
35
-
36
- name: Publish
37
- run: make VERSION=$VERSION publish
+ run: make VERSION=${GITHUB_REF#refs/tags/v} publish
0 commit comments