Use patched buildah-build for forgejo compatibility
Some checks failed
/ Build oci-builder (push) Failing after 15s
Some checks failed
/ Build oci-builder (push) Failing after 15s
This commit is contained in:
parent
12bedaf79a
commit
6a0c282e0f
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
oci-builder:
|
oci-builder:
|
||||||
name: 'Build oci-builder'
|
name: 'Build oci-builder'
|
||||||
|
@ -10,10 +9,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: 'actions/checkout@v4'
|
- uses: 'actions/checkout@v4'
|
||||||
|
|
||||||
- run: env
|
|
||||||
|
|
||||||
- name: 'Build image'
|
- name: 'Build image'
|
||||||
uses: 'https://github.com/redhat-actions/buildah-build@v2'
|
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2'
|
||||||
with:
|
with:
|
||||||
image: 'registry.uncontrol.me/ver4a/oci-builder'
|
image: 'registry.uncontrol.me/ver4a/oci-builder'
|
||||||
containerfiles: 'Dockerfile'
|
containerfiles: 'Dockerfile'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue