fix malformed path in docker publish #2

Merged
keligrubb merged 2 commits from fix-publish into main 2026-02-12 20:27:03 +00:00
Showing only changes of commit 0b81ca6b1c - Show all commits

View File

@@ -33,7 +33,7 @@ steps:
image: woodpeckerci/plugin-kaniko
depends_on: []
settings:
repo: git.keligrubb.com/${CI_REPO_OWNER}/${CI_REPO_NAME}
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
registry: git.keligrubb.com
tags: latest
dry-run: true
@@ -45,7 +45,7 @@ steps:
- name: docker-build-push
image: woodpeckerci/plugin-kaniko
settings:
repo: git.keligrubb.com/${CI_REPO_OWNER}/${CI_REPO_NAME}
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
registry: git.keligrubb.com
tags: latest,${CI_COMMIT_SHA:0:7}
username: ${CI_REPO_OWNER}