fix(ci): use short_ref instead of ref
All checks were successful
Build and Test / account (push) Successful in 5m48s
All checks were successful
Build and Test / account (push) Successful in 5m48s
This commit is contained in:
parent
0bcb37e7ee
commit
65bef0d8f9
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- name: Push retagged branch
|
- name: Push retagged branch
|
||||||
env:
|
env:
|
||||||
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/account
|
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 }}
|
CI_COMMIT_PREVIOUS_SHA: ${{ env.SHORT_SHA }}
|
||||||
run: |
|
run: |
|
||||||
podman login -u ${{ secrets.PACKAGE_USER }} -p ${{ secrets.PACKAGE_PWD }} git.spbr.net
|
podman login -u ${{ secrets.PACKAGE_USER }} -p ${{ secrets.PACKAGE_PWD }} git.spbr.net
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue