fix(ci): use vars
Some checks failed
CI Pipeline / Build and Push Docker Image (push) Failing after 2m40s

This commit is contained in:
Aleksandr Tcitlionok
2024-12-11 10:41:58 +00:00
parent ca2826785d
commit 8e176dc670

View File

@@ -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 }}