Skip to content

Commit

Permalink
Update docker_buildx_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-hummingbot authored Mar 2, 2024
1 parent bd10ed6 commit 8e47570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_buildx_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: hummingbot/hummingbot:development
tags: stahnrh/hummingbot:development

- name: Build and push Latest Image
if: github.base_ref == 'master'
Expand All @@ -46,7 +46,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: hummingbot/hummingbot:latest
tags: stahnrh/hummingbot:latest

build_release:
if: github.event_name == 'release'
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: hummingbot/hummingbot:${{ steps.get_tag.outputs.VERSION }}
tags: stahnrh/hummingbot:${{ steps.get_tag.outputs.VERSION }}

0 comments on commit 8e47570

Please sign in to comment.