Add build using action compatibility patch
This commit is contained in:
parent
3303ca0fc8
commit
02465ed257
1 changed files with 24 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: 'Build image'
|
||||
- name: 'Build image rn-vanilla'
|
||||
uses: 'https://github.com/redhat-actions/buildah-build@v2'
|
||||
with:
|
||||
image: 'registry.uncontrol.me/ver4a/oci-builder'
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
NAMESPACE=${{ vars.NAMESPACE }}
|
||||
|
||||
oci-builder-ver4aactions:
|
||||
name: 'Build oci-builder'
|
||||
name: 'Build oci-builder ver4a-vanilla'
|
||||
runs-on: 'oci-builder'
|
||||
|
||||
steps:
|
||||
|
@ -43,3 +43,25 @@ jobs:
|
|||
build-args: |
|
||||
REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
|
||||
NAMESPACE=${{ vars.NAMESPACE }}
|
||||
|
||||
|
||||
oci-builder-ver4aactionscompat:
|
||||
name: 'Build oci-builder ver4a-vanilla'
|
||||
runs-on: 'oci-builder'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: 'Build image ver4a-compat'
|
||||
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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue