From 7d42c04e335cba5c50a8b5ea1fa56286c0decf84 Mon Sep 17 00:00:00 2001 From: ver4a Date: Tue, 15 Apr 2025 11:20:37 +0200 Subject: [PATCH] Fix extra-args syntax --- .forgejo/workflows/build-image.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}