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

This commit is contained in:
rangelovk 2026-07-08 21:38:34 +00:00
parent 2a0069b828
commit cce6f3cd6b

View file

@ -14,13 +14,13 @@ jobs:
git clone https://rangelovk:${{ secrets.REGISTRY_TOKEN }}@git.rangelovk.xyz/tues-test/proba.git . git clone https://rangelovk:${{ secrets.REGISTRY_TOKEN }}@git.rangelovk.xyz/tues-test/proba.git .
git checkout ${{ github.sha }} git checkout ${{ github.sha }}
- name: Build image - name: Build image
run: | run: |
buildah --storage-driver vfs bud \ buildah --storage-driver vfs bud \
--isolation chroot \ --isolation chroot \
-t git.rangelovk.xyz/tues-test/proba:latest . -t git.rangelovk.xyz/tues-test/proba:latest .
- name: Push image - name: Push image
run: | run: |
buildah --storage-driver vfs push \ buildah --storage-driver vfs push \
--creds "rangelovk:${{ secrets.REGISTRY_TOKEN }}" \ --creds "rangelovk:${{ secrets.REGISTRY_TOKEN }}" \