2023-11-26 23:44:42 +00:00
|
|
|
labels:
|
|
|
|
|
platform: linux/amd64
|
2023-10-08 17:33:30 +00:00
|
|
|
|
|
|
|
|
steps:
|
|
|
|
|
build-image:
|
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
|
settings:
|
2023-11-26 23:44:42 +00:00
|
|
|
platform: linux/amd64
|
2023-10-08 17:33:30 +00:00
|
|
|
repo: forge.lys.ee/lyssieth/rave
|
|
|
|
|
secrets: [forge_username, forge_password]
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
tags:
|
|
|
|
|
- latest
|
|
|
|
|
- ${CI_COMMIT_SHA}
|
|
|
|
|
push: true
|
|
|
|
|
compress: true
|
|
|
|
|
logins:
|
|
|
|
|
- registry: forge.lys.ee
|
|
|
|
|
username:
|
|
|
|
|
from_secret: forge_username
|
|
|
|
|
password:
|
|
|
|
|
from_secret: forge_password
|