diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index a0bdf79..35e1cbe 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -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 }}