Skip to content

Commit

Permalink
split clear up job
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Sep 11, 2023
1 parent a2969df commit f564b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
gcloud container clusters get-credentials cluster-1 --zone $CLOUDSDK_COMPUTE_ZONE --project $PROJECT_NAME
kubectl set image deployment/$DEPLOYMENT-deployment $DEPLOYMENT=${IMAGE_TAG} -n ${NAMESPACE}
- name: Delete old images
- name: Clean up
run: |-
for digest in $(gcloud container images list-tags gcr.io/clean-resource-316109/smart-vault-api --format="get(digest)" --limit=2 --filter="NOT tags:${GITHUB_REF##*/}.${GITHUB_SHA}") \
do \
Expand Down

0 comments on commit f564b95

Please sign in to comment.