Skip to content

Commit

Permalink
fix: update name image bing x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Nov 14, 2023
1 parent 63b11cb commit ecd6ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_bingx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set environment variable
run: |
SHORT_SHA_COMMIT=$(git rev-parse --short HEAD)
echo CONTAINER_RELEASE_IMAGE=ghcr.io/aura-nw/hummingbot:${GITHUB_REF_NAME}_${SHORT_SHA_COMMIT} >> $GITHUB_ENV
echo CONTAINER_RELEASE_IMAGE=ghcr.io/aura-nw/hummingbot:bing_x_supported_${SHORT_SHA_COMMIT} >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit ecd6ec1

Please sign in to comment.