steps: - name: publish image: woodpeckerci/plugin-kaniko settings: registry: rg.fr-par.scw.cloud repo: asr-projects tags: ${CI_COMMIT_SHA} cache: true # build_args: # - COMMIT_SHA=${CI_COMMIT_SHA} # - COMMIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL} username: nologin password: from_secret: registry-password debug: true