This commit is contained in:
parent
1cfe5d31f8
commit
7d42c04e33
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ jobs:
|
||||||
containerfiles: 'Dockerfile'
|
containerfiles: 'Dockerfile'
|
||||||
oci: true
|
oci: true
|
||||||
extra-args: |
|
extra-args: |
|
||||||
userns=container
|
--userns=container
|
||||||
security-opt=no-new-privileges
|
--security-opt=no-new-privileges
|
||||||
annotation=quay.expires-after=
|
--annotation=quay.expires-after=
|
||||||
build-args: |
|
build-args: |
|
||||||
REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
|
REGISTRY_DOMAIN=${{ vars.REGISTRY_DOMAIN }}
|
||||||
NAMESPACE=${{ vars.NAMESPACE }}
|
NAMESPACE=${{ vars.NAMESPACE }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue