From e90316ef39f4d682dcd4a7a71a42b0b00d7abca4 Mon Sep 17 00:00:00 2001 From: Farbod M <43909693+Freeassassin@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:27:17 -0400 Subject: [PATCH] Update beta_deployment.yml --- .github/workflows/beta_deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta_deployment.yml b/.github/workflows/beta_deployment.yml index 016c4101..e34a3502 100644 --- a/.github/workflows/beta_deployment.yml +++ b/.github/workflows/beta_deployment.yml @@ -79,8 +79,8 @@ jobs: - name: Push client image to container registry run: docker push registry.digitalocean.com/uoft-orientation/orientation-client:beta - - name: Run garbage collector - run: doctl registry garbage-collection start --include-untagged-manifests --force uoft-orientation + # - name: Run garbage collector + # run: doctl registry garbage-collection start --include-untagged-manifests --force uoft-orientation deploy_beta: runs-on: ubuntu-20.04