Skip to content

Commit 2de8d23

Browse files
Merge pull request #2 from david-hummingbot/david-hummingbot-patch-2
Update docker_buildx_workflow.yml
2 parents 8e47570 + 56c0414 commit 2de8d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_buildx_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Extract tag name
7171
id: get_tag
72-
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
72+
run: echo ::set-output name=VERSION::version-${GITHUB_REF#refs/tags/v}
7373

7474
- name: Build and push
7575
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)