13 lines
367 B
YAML
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
|