From 5ca7b5343a1d9a718e14c084599c7b07d3952895 Mon Sep 17 00:00:00 2001 From: Peppy Sisay Date: Sun, 23 May 2021 22:34:08 -0700 Subject: [PATCH] Push all tags --- .github/workflows/google.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/google.yml b/.github/workflows/google.yml index 8979cdc..a13471f 100644 --- a/.github/workflows/google.yml +++ b/.github/workflows/google.yml @@ -62,7 +62,7 @@ jobs: # Push the Docker image to Google Container Registry - name: Publish run: | - docker push $REGISTRY_HOSTNAME/$GOOGLE_PROJECT/$IMAGE + docker push --all-tags $REGISTRY_HOSTNAME/$GOOGLE_PROJECT/$IMAGE # Deploy the Docker image to the Cloud Run service - name: Deploy API