fix(ci): use short_ref instead of ref
All checks were successful
Build and Test / account (push) Successful in 5m48s

This commit is contained in:
red binder 2026-04-26 12:48:32 +02:00
commit 65bef0d8f9

View file

@ -47,7 +47,7 @@ jobs:
- name: Push retagged branch
env:
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/account
CI_COMMIT_SHORT_SHA: ${{ forgejo.ref }}
CI_COMMIT_SHORT_SHA: ${{ forgejo.ref_name }}
CI_COMMIT_PREVIOUS_SHA: ${{ env.SHORT_SHA }}
run: |
podman login -u ${{ secrets.PACKAGE_USER }} -p ${{ secrets.PACKAGE_PWD }} git.spbr.net