Update .forgejo/workflows/test-registry.yaml
Some checks failed
build-image / build (push) Failing after 1s
Some checks failed
build-image / build (push) Failing after 1s
This commit is contained in:
parent
2a0069b828
commit
cce6f3cd6b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }}" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue