(debug) Remove non-compat variants
Some checks failed
/ Build oci-builder ver4a-compat (push) Failing after 8s
Some checks failed
/ Build oci-builder ver4a-compat (push) Failing after 8s
This commit is contained in:
parent
7b4c377df7
commit
1cfe5d31f8
1 changed files with 0 additions and 43 deletions
|
@ -3,49 +3,6 @@ on:
|
|||
|
||||
jobs:
|
||||
oci-builder:
|
||||
name: 'Build oci-builder'
|
||||
runs-on: 'oci-builder'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: 'Build image rn-vanilla'
|
||||
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 ver4a-vanilla'
|
||||
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'
|
||||
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-ver4aactionscompat:
|
||||
name: 'Build oci-builder ver4a-compat'
|
||||
runs-on: 'oci-builder'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue