Skip to content

Commit 5ca7b53

Browse files
committed
Push all tags
1 parent 1207891 commit 5ca7b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/google.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Push the Docker image to Google Container Registry
6363
- name: Publish
6464
run: |
65-
docker push $REGISTRY_HOSTNAME/$GOOGLE_PROJECT/$IMAGE
65+
docker push --all-tags $REGISTRY_HOSTNAME/$GOOGLE_PROJECT/$IMAGE
6666
6767
# Deploy the Docker image to the Cloud Run service
6868
- name: Deploy API

0 commit comments

Comments
 (0)