This commit is contained in:
@@ -83,10 +83,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
id: build-push
|
id: build-push
|
||||||
# if: ${{ inputs.version == 'latest' }}
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: molvaapp/test_deploy
|
IMAGE_NAME: molvaapp/test_deploy
|
||||||
IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_SHA }}
|
IMAGE_TAG: latest
|
||||||
CONFIG_FILE: .build/config/staging.yaml
|
CONFIG_FILE: .build/config/staging.yaml
|
||||||
run: |
|
run: |
|
||||||
# export IMAGE_TAG=${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}
|
# export IMAGE_TAG=${{ steps.git-metadata.outputs.GIT_TAG != "none" && steps.git-metadata.outputs.GIT_TAG || steps.git-metadata.outputs.GIT_SHA }}
|
||||||
|
Reference in New Issue
Block a user