fix malformed path in docker publish #2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user