2023-03-22 10:10:51 +00:00
|
|
|
pipeline:
|
|
|
|
publish-docker-image:
|
2023-03-22 13:34:10 +00:00
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
2023-03-22 10:10:51 +00:00
|
|
|
settings:
|
2023-03-22 13:34:10 +00:00
|
|
|
dockerfile: Dockerfile
|
|
|
|
platforms: linux/amd64
|
2023-03-22 10:20:18 +00:00
|
|
|
repo: git.cyber.gent/friedkiwi/code-server-mod
|
2023-03-22 10:10:51 +00:00
|
|
|
tags: latest,v1-${CI_COMMIT_SHA:0:8}
|
|
|
|
username: ${CI_REPO_OWNER}
|
|
|
|
registry: git.cyber.gent
|
|
|
|
password:
|
|
|
|
from_secret: gitea_access_token
|