move and update git actions

This commit is contained in:
Vasilije 2023-08-25 18:44:20 +02:00
parent 3955b0a148
commit 4fe1858c03
4 changed files with 3 additions and 2 deletions

View file

@ -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
echo "Docker tag is: $VERSION"
echo $VERSION > /tmp/.DOCKER_IMAGE_VERSION

View file

@ -48,7 +48,7 @@ jobs:
aws_account_id: ${{ env.AWS_ACCOUNT_ID_DEV }}
should_publish: true
ecr_image_repo_name: promethai-dev-backend-promethai-backend-memory
dockerfile_location: ./
dockerfile_location: ./level_2
- name: Export Docker image tag
id: export-promethai-docker-tag
run: |

View file

@ -48,7 +48,7 @@ jobs:
aws_account_id: ${{ env.AWS_ACCOUNT_ID_DEV }}
should_publish: true
ecr_image_repo_name: promethai-prd-backend-promethai-backend-memory
dockerfile_location: ./
dockerfile_location: ./level_2
- name: Export Docker image tag
id: export-promethai-docker-tag
run: |