Update: Using image_tag semantic

This commit is contained in:
alexsanderp
2022-02-08 14:43:47 -03:00
parent 73068a2548
commit c7f5cd475e
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
- name: Build, Tag, and Push Image to AWS ECR
env:
ENV: ${{ steps.extract_environment.outputs.result }}
IMAGE_TAG: latest
IMAGE_TAG: ${{ steps.semantic.outputs.new_release_version }}
run: |
export ENV=$ENV
docker-compose -f build.docker-compose.yml build