Commit 72a9e4d 1 parent 4787c04 commit 72a9e4d Copy full SHA for 72a9e4d
File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 73
73
name : Push Image to GAR
74
74
needs : build_and_publish_public_images
75
75
runs-on : ubuntu-latest
76
- environment : build
77
76
permissions :
78
77
contents : read
79
78
id-token : write
@@ -119,7 +118,7 @@ jobs:
119
118
- id : push-existing-image-to-gar
120
119
name : Push existing image to GAR
121
120
run : |-
122
- docker tag mozmeao/basket:${{ needs.build_and_publish_public_images.outputs.long_sha }} ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY}}/${{ env.IMAGE }}:${{ env.TAG }}
121
+ docker tag mozmeao/basket:${{ needs.build_and_publish_public_images.outputs.short_sha }} ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY}}/${{ env.IMAGE }}:${{ env.TAG }}
123
122
docker push ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY}}/${{ env.IMAGE }}:${{ env.TAG }}
124
123
125
124
You can’t perform that action at this time.
0 commit comments