Skip to content

Commit

Permalink
Update buildpush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut0 committed Sep 6, 2023
1 parent 33a8cf2 commit 19221ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
PROJECT_ID: maplectf
GCR_URL: us.gcr.io
IMAGE: instanced
TAG: ${{ env.GCR_URL }}/${{ env.PROJECT_ID }}/${{ env.IMAGE }}:latest

jobs:
setup-build-publish-deploy:
Expand Down Expand Up @@ -55,5 +56,5 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
tags: $GCR_URL/$PROJECT_ID/$IMAGE:latest
tags: ${{ env.TAG }}

0 comments on commit 19221ce

Please sign in to comment.