use kaniko
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline failed

This commit is contained in:
Madison Grubb
2026-02-11 22:56:00 -05:00
parent bdbd975266
commit ec67a178cf

View File

@@ -28,19 +28,17 @@ steps:
- event: pull_request
- name: docker-build
image: woodpeckerci/plugin-docker-buildx
privileged: true
image: woodpeckerci/plugin-kaniko
settings:
repo: git.keligrubb.com/${CI_REPO_OWNER}/${CI_REPO_NAME}
registry: git.keligrubb.com
tags: latest
dry_run: true
dry-run: true
when:
- event: pull_request
- name: docker-build-push
image: woodpeckerci/plugin-docker-buildx
privileged: true
image: woodpeckerci/plugin-kaniko
settings:
repo: git.keligrubb.com/${CI_REPO_OWNER}/${CI_REPO_NAME}
registry: git.keligrubb.com