fix(ci): use vars
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 2m40s
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 2m40s
This commit is contained in:
@@ -43,5 +43,5 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
|
||||
${{ vars.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
${{ vars.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user