Added git actions
This commit is contained in:
parent
91c1ced402
commit
261ea5d612
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -21,5 +21,5 @@ jobs:
|
|||
export CUR_DATE="$(date +%Y%m%d%H%M%S)"
|
||||
export VERSION="dev-$CUR_DATE-$SHA_SHORT"
|
||||
image_name="backend-memory" docker_login="false" version="$VERSION" account="${{ env.AWS_ACCOUNT_ID_DEV }}" app_dir="level_2" publish="false" ./bin/dockerize
|
||||
export DOCKER_TAG=$(cat /tmp/.DOCKER_IMAGE_VERSION)
|
||||
export DOCKER_TAG=$(cat level_2/tmp/.DOCKER_IMAGE_VERSION)
|
||||
echo "Successfully built PromethAI backend Docker tag is: $DOCKER_TAG"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue