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