Skip to content

Commit 1d174c8

Browse files
committed
ci: hack force a release
1 parent 58241a5 commit 1d174c8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/actions/docker-setup/action.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ runs:
5050
5151
- name: Set Environment Variables
5252
id: env-vars
53+
if: github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dj/containers-v1'
5354
shell: bash
5455
run: |
55-
if [[ "${{ github.ref }}" != "refs/heads/main" ]]; then
56-
BRANCH_NAME=$(echo ${GITHUB_REF##refs/heads/} | sed 's/\//-/g')
57-
SUFFIX="-dev-${BRANCH_NAME}"
58-
echo "RELEASE=${SUFFIX}" >> $GITHUB_ENV
59-
echo "release_suffix=${SUFFIX}" >> $GITHUB_OUTPUT
60-
fi
56+
BRANCH_NAME=$(echo ${GITHUB_REF##refs/heads/} | sed 's/\//-/g')
57+
SUFFIX="-dev-${BRANCH_NAME}"
58+
echo "RELEASE=${SUFFIX}" >> $GITHUB_ENV
59+
echo "release_suffix=${SUFFIX}" >> $GITHUB_OUTPUT

official-templates/shared/versions.hcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ CUDA_VERSIONS = [
2929
ubuntu = ["24.04"]
3030
}
3131
]
32-

0 commit comments

Comments
 (0)