This commit is contained in:
@@ -83,10 +83,9 @@ jobs:
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
id: build-push
|
||||
# if: ${{ inputs.version == 'latest' }}
|
||||
env:
|
||||
IMAGE_NAME: molvaapp/test_deploy
|
||||
IMAGE_TAG: ${{ steps.git-metadata.outputs.GIT_SHA }}
|
||||
IMAGE_TAG: latest
|
||||
CONFIG_FILE: .build/config/staging.yaml
|
||||
run: |
|
||||
# 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