Skip to content

Commit 8e47570

Browse files
Update docker_buildx_workflow.yml
1 parent bd10ed6 commit 8e47570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker_buildx_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
context: .
3737
platforms: linux/amd64,linux/arm64
3838
push: true
39-
tags: hummingbot/hummingbot:development
39+
tags: stahnrh/hummingbot:development
4040

4141
- name: Build and push Latest Image
4242
if: github.base_ref == 'master'
@@ -46,7 +46,7 @@ jobs:
4646
file: ./Dockerfile
4747
platforms: linux/amd64,linux/arm64
4848
push: true
49-
tags: hummingbot/hummingbot:latest
49+
tags: stahnrh/hummingbot:latest
5050

5151
build_release:
5252
if: github.event_name == 'release'
@@ -77,4 +77,4 @@ jobs:
7777
context: .
7878
platforms: linux/amd64,linux/arm64
7979
push: true
80-
tags: hummingbot/hummingbot:${{ steps.get_tag.outputs.VERSION }}
80+
tags: stahnrh/hummingbot:${{ steps.get_tag.outputs.VERSION }}

0 commit comments

Comments
 (0)