move and update git actions
This commit is contained in:
parent
3955b0a148
commit
4fe1858c03
4 changed files with 3 additions and 2 deletions
|
|
@ -33,3 +33,4 @@ runs:
|
||||||
image_name="${{ inputs.ecr_image_repo_name }}" docker_login="true" version="$VERSION" account="${{ inputs.aws_account_id }}" app_dir="$APP_DIR" publish="${{ inputs.should_publish }}" ./bin/dockerize
|
image_name="${{ inputs.ecr_image_repo_name }}" docker_login="true" version="$VERSION" account="${{ inputs.aws_account_id }}" app_dir="$APP_DIR" publish="${{ inputs.should_publish }}" ./bin/dockerize
|
||||||
echo "Docker tag is: $VERSION"
|
echo "Docker tag is: $VERSION"
|
||||||
echo $VERSION > /tmp/.DOCKER_IMAGE_VERSION
|
echo $VERSION > /tmp/.DOCKER_IMAGE_VERSION
|
||||||
|
|
||||||
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
aws_account_id: ${{ env.AWS_ACCOUNT_ID_DEV }}
|
aws_account_id: ${{ env.AWS_ACCOUNT_ID_DEV }}
|
||||||
should_publish: true
|
should_publish: true
|
||||||
ecr_image_repo_name: promethai-dev-backend-promethai-backend-memory
|
ecr_image_repo_name: promethai-dev-backend-promethai-backend-memory
|
||||||
dockerfile_location: ./
|
dockerfile_location: ./level_2
|
||||||
- name: Export Docker image tag
|
- name: Export Docker image tag
|
||||||
id: export-promethai-docker-tag
|
id: export-promethai-docker-tag
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
aws_account_id: ${{ env.AWS_ACCOUNT_ID_DEV }}
|
aws_account_id: ${{ env.AWS_ACCOUNT_ID_DEV }}
|
||||||
should_publish: true
|
should_publish: true
|
||||||
ecr_image_repo_name: promethai-prd-backend-promethai-backend-memory
|
ecr_image_repo_name: promethai-prd-backend-promethai-backend-memory
|
||||||
dockerfile_location: ./
|
dockerfile_location: ./level_2
|
||||||
- name: Export Docker image tag
|
- name: Export Docker image tag
|
||||||
id: export-promethai-docker-tag
|
id: export-promethai-docker-tag
|
||||||
run: |
|
run: |
|
||||||
Loading…
Add table
Reference in a new issue