Skip to content

Commit da1da1a

Browse files
committed
Fix broken 'prune old images' step
1 parent 53fd9ea commit da1da1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-google-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
gcloud compute instances add-metadata $GCE_INSTANCE \
8181
--zone "$GCE_INSTANCE_ZONE" \
8282
--metadata=startup-script="#! /bin/bash
83-
docker image prune -af
83+
docker image prune -af"
8484
- name: Purge GCR images
8585
run: |-
8686
gcloud container images list-tags gcr.io/$PROJECT_ID/$GCE_INSTANCE-image \

0 commit comments

Comments
 (0)