17 lines
410 B
YAML
17 lines
410 B
YAML
|
steps:
|
||
|
- name: Build and Publish
|
||
|
when:
|
||
|
- branch: main
|
||
|
event: push
|
||
|
- event: tag
|
||
|
image: woodpeckerci/plugin-docker-buildx
|
||
|
settings:
|
||
|
platforms: linux/amd64
|
||
|
repo: forge.alveus.dev/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||
|
registry: forge.alveus.dev
|
||
|
tags: latest
|
||
|
username:
|
||
|
from_secret: REGISTRY_USER
|
||
|
password:
|
||
|
from_secret: REGISTRY_TOKEN
|