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 af661f1 commit 7fa18b5Copy full SHA for 7fa18b5
.github/workflows/apptainer-build-local.yml
@@ -81,9 +81,6 @@ jobs:
81
docker tag ${REGISTRY_PREFIX}/${REPO_NAME}-api:latest api:latest
82
docker tag ${REGISTRY_PREFIX}/${REPO_NAME}-handler:latest handler:latest
83
docker tag ${REGISTRY_PREFIX}/${REPO_NAME}-ui:latest ui:latest
84
- # remove the tar files
85
- rm mongo.tar api.tar handler.tar ui.tar
86
-
87
88
- name: Clean Up some More Space
89
run: bash .github/scripts/util_free_space.sh
0 commit comments