Update .github/workflows/CI.yml
Some checks failed
GHA Testing / gha-testing (push) Successful in 2s
Build and Push Docker Image / testing (1.24.x, ubuntu-latest) (push) Successful in 1m11s
Build and Push Docker Image / build-and-push (push) Failing after 4s

This commit is contained in:
Alex Savin
2025-04-29 13:27:35 -04:00
parent 8294758bb6
commit 481835276f

View File

@ -52,7 +52,7 @@ jobs:
echo RELEASE_DATE=$(date --rfc-3339=date) >> ${GITHUB_ENV} echo RELEASE_DATE=$(date --rfc-3339=date) >> ${GITHUB_ENV}
- name: Set outputs - name: Set outputs
id: vars id: vars
run: echo "sha_short=$(${{ github.sha }}:0:10)" >> $GITHUB_OUTPUT run: echo "sha_short=${${{ github.sha }}:0:10}" >> $GITHUB_OUTPUT
# echo "##[set-output name=version;]VERSION=${GITHUB_REF#$"refs/tags/v"}" # echo "##[set-output name=version;]VERSION=${GITHUB_REF#$"refs/tags/v"}"
# echo "##[set-output name=version_tag;]$GITHUB_REPOSITORY:${GITHUB_REF#$"refs/tags/v"}" # echo "##[set-output name=version_tag;]$GITHUB_REPOSITORY:${GITHUB_REF#$"refs/tags/v"}"