mirror of
https://ak-git.vectorsigma.ru/terghalin/metalcheck.git
synced 2026-04-29 14:54:22 +09:00
fix(ci): use vars
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