1
0
Fork 0

Fix extra-args syntax
Some checks failed
/ Build oci-builder ver4a-compat (push) Has been cancelled

This commit is contained in:
ver4a 2025-04-15 11:20:37 +02:00
parent 1cfe5d31f8
commit 7d42c04e33

View file

@ -16,9 +16,9 @@ jobs:
containerfiles: 'Dockerfile'
oci: true
extra-args: |
userns=container
security-opt=no-new-privileges
annotation=quay.expires-after=
--userns=container
--security-opt=no-new-privileges
--annotation=quay.expires-after=
build-args: |
REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
NAMESPACE=${{ vars.NAMESPACE }}