Update .forgejo/workflows/test-registry.yaml
Some checks failed
build-image / build (push) Failing after 28s

This commit is contained in:
rangelovk 2026-07-08 21:58:46 +00:00
parent 809cb0eaba
commit 7f75dae45c

View file

@ -24,5 +24,8 @@ jobs:
- name: Build image
run: buildah bud -t git.rangelovk.xyz/rangelovk/proba:latest .
- name: Push image
run: buildah push git.rangelovk.xyz/rangelovk/proba:latest
- name: Push
run: |
buildah push \
--creds "rangelovk:${{ secrets.FORGEJO_REGISTRY_TOKEN }}" \
"$IMAGE"