Skip to content

Commit 5a5e26e

Browse files
Basma1912robhudson
authored andcommitted
add docker pull
Signed-off-by: Basma1912 <[email protected]>
1 parent 72a9e4d commit 5a5e26e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
- id: push-existing-image-to-gar
119119
name: Push existing image to GAR
120120
run: |-
121+
docker pull mozmeao/basket:${{ needs.build_and_publish_public_images.outputs.short_sha }}
121122
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 }}
122123
docker push ${{ env.GAR_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GAR_REPOSITORY}}/${{ env.IMAGE }}:${{ env.TAG }}
123124

0 commit comments

Comments
 (0)