Skip to content

Commit

Permalink
Push all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
peppys committed May 24, 2021
1 parent 1207891 commit 5ca7b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ca7b53

Please sign in to comment.