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

This commit is contained in:
Alex Savin
2025-04-29 13:11:23 -04:00
parent 82d1328f8f
commit 8294758bb6

View File

@ -52,7 +52,7 @@ jobs:
echo RELEASE_DATE=$(date --rfc-3339=date) >> ${GITHUB_ENV}
- name: Set outputs
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $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_tag;]$GITHUB_REPOSITORY:${GITHUB_REF#$"refs/tags/v"}"