mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-01 04:08:16 +00:00
Update: Using image_tag semantic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user