Skip to content

Commit 0333ebb

Browse files
authored
Merge pull request #62 from MPUSP/dev
fix: removed pushing a tagged container, only using latest
2 parents 0a6572d + e36c6c8 commit 0333ebb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy_apptainer.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
5656
- name: push apptainer to GHCR
5757
run: |
58-
TAG_RAW=$(jq -r '.workflow_run.head_commit.message // "test"' "$GITHUB_EVENT_PATH")
59-
TAG=$(echo "${TAG_RAW}" | sed -E 's/^chore\(main\): release v?//')
6058
REPO=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
61-
echo "pushing apptainer to: oras://ghcr.io/${REPO}:${TAG}/latest"
62-
apptainer push apptainer.sif "oras://ghcr.io/${REPO}:${TAG}"
59+
echo "Pushing apptainer to: oras://ghcr.io/${REPO}:latest"
6360
apptainer push apptainer.sif "oras://ghcr.io/${REPO}:latest"

0 commit comments

Comments
 (0)