Revert to kaniko after switching from podman to docker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Yvan Janssens 2023-03-22 13:54:16 +00:00
parent 212736366a
commit 1e6732b1a1

View File

@ -1,9 +1,8 @@
pipeline:
publish-docker-image:
image: woodpeckerci/plugin-docker-buildx
image: plugins/kaniko
settings:
dockerfile: Dockerfile
platforms: linux/amd64
repo: git.cyber.gent/friedkiwi/code-server-mod
tags: latest,v1-${CI_COMMIT_SHA:0:8}
username: ${CI_REPO_OWNER}