Skip to content

Commit

Permalink
Merge pull request #2 from david-hummingbot/david-hummingbot-patch-2
Browse files Browse the repository at this point in the history
Update docker_buildx_workflow.yml
  • Loading branch information
david-hummingbot committed Mar 2, 2024
2 parents 8e47570 + 56c0414 commit 2de8d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_buildx_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

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

- name: Build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 2de8d23

Please sign in to comment.