Fix tag names

This commit is contained in:
Riordan Panayides 2022-08-02 19:54:59 +01:00
parent 6698841a7d
commit 40cfce432c
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
context: .
push: true
tags: |
gcr.io/$PROJECT_ID/$IMAGE:$GITHUB_SHA
gcr.io/$PROJECT_ID/$IMAGE:latest
gcr.io/${{ env.PROJECT_ID }}/${{ env.IMAGE }}:${{ env.GITHUB_SHA }}
gcr.io/${{ env.PROJECT_ID }}/${{ env.IMAGE }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max