We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139c348 commit 0c3fa10Copy full SHA for 0c3fa10
.github/workflows/deploy_gcr.yml
@@ -24,6 +24,7 @@ jobs:
24
25
- run: gcloud auth configure-docker
26
- run: ruby docker.rb push
27
+
28
- name: Delete old GCR images
29
run: |
30
REPO=$(ruby docker.rb get_repo)
0 commit comments