Skip to content

Commit

Permalink
feat: add github ci to aura branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Dec 5, 2023
1 parent 4735061 commit cae53cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Development Docker image
on:
workflow_dispatch:
push:
branches: [feat/add-connector-bingx]
branches: [feat/add-gateway-halotrade-merge-bing]

jobs:
build:
Expand All @@ -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:bing_x_supported_${SHORT_SHA_COMMIT} >> $GITHUB_ENV
echo CONTAINER_RELEASE_IMAGE=ghcr.io/aura-nw/hummingbot:aura_supported_${SHORT_SHA_COMMIT} >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit cae53cf

Please sign in to comment.