(debug) use both rh actions and my own
Some checks failed
/ Build oci-builder (push) Failing after 9s
Some checks failed
/ Build oci-builder (push) Failing after 9s
This commit is contained in:
parent
4c47878556
commit
3303ca0fc8
1 changed files with 23 additions and 3 deletions
|
@ -7,11 +7,31 @@ jobs:
|
|||
runs-on: 'oci-builder'
|
||||
|
||||
steps:
|
||||
- uses: 'actions/checkout@v4'
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: 'Build image'
|
||||
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2
|
||||
'
|
||||
uses: 'https://github.com/redhat-actions/buildah-build@v2'
|
||||
with:
|
||||
image: 'registry.uncontrol.me/ver4a/oci-builder'
|
||||
containerfiles: 'Dockerfile'
|
||||
oci: true
|
||||
extra-args: |
|
||||
userns=container
|
||||
security-opt=no-new-privileges
|
||||
annotation=quay.expires-after=
|
||||
build-args: |
|
||||
REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
|
||||
NAMESPACE=${{ vars.NAMESPACE }}
|
||||
|
||||
oci-builder-ver4aactions:
|
||||
name: 'Build oci-builder'
|
||||
runs-on: 'oci-builder'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: 'Build image'
|
||||
uses: 'https://git.uncontrol.me/ver4a-actions/buildah-build@v2'
|
||||
with:
|
||||
image: 'registry.uncontrol.me/ver4a/oci-builder'
|
||||
containerfiles: 'Dockerfile'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue