We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd10ed6 commit 8e47570Copy full SHA for 8e47570
.github/workflows/docker_buildx_workflow.yml
@@ -36,7 +36,7 @@ jobs:
36
context: .
37
platforms: linux/amd64,linux/arm64
38
push: true
39
- tags: hummingbot/hummingbot:development
+ tags: stahnrh/hummingbot:development
40
41
- name: Build and push Latest Image
42
if: github.base_ref == 'master'
@@ -46,7 +46,7 @@ jobs:
46
file: ./Dockerfile
47
48
49
- tags: hummingbot/hummingbot:latest
+ tags: stahnrh/hummingbot:latest
50
51
build_release:
52
if: github.event_name == 'release'
@@ -77,4 +77,4 @@ jobs:
77
78
79
80
- tags: hummingbot/hummingbot:${{ steps.get_tag.outputs.VERSION }}
+ tags: stahnrh/hummingbot:${{ steps.get_tag.outputs.VERSION }}
0 commit comments