code-server-mod/.woodpecker.yml
Yvan Janssens 212736366a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Switch to buildx instead of kaniko, remove proxy
2023-03-22 13:34:10 +00:00

13 lines
367 B
YAML

pipeline:
publish-docker-image:
image: woodpeckerci/plugin-docker-buildx
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}
registry: git.cyber.gent
password:
from_secret: gitea_access_token