We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a6572d + e36c6c8 commit 0333ebbCopy full SHA for 0333ebb
.github/workflows/deploy_apptainer.yml
@@ -55,9 +55,6 @@ jobs:
55
56
- name: push apptainer to GHCR
57
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?//')
60
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}"
+ echo "Pushing apptainer to: oras://ghcr.io/${REPO}:latest"
63
apptainer push apptainer.sif "oras://ghcr.io/${REPO}:latest"
0 commit comments