Skip to content

Commit 3a68258

Browse files
authored
Update release-build.yml (#612)
1 parent 1694d11 commit 3a68258

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release-build.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,5 @@ jobs:
2929
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
3030
run: echo $DOCKER_HUB_ACCESS_TOKEN | docker login -u $DOCKER_HUB_USERNAME --password-stdin
3131

32-
- name: Get the image tag
33-
id: get_image_tag
34-
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
35-
3632
- name: Publish
37-
run: make VERSION=$VERSION publish
33+
run: make VERSION=${GITHUB_REF#refs/tags/v} publish

0 commit comments

Comments
 (0)