dchat/.woodpecker/oci-image-cache-build.yml

26 lines
520 B
YAML
Raw Permalink Normal View History

2024-02-18 14:04:50 +01:00
matrix:
PLATFORM:
- linux/amd64
2024-02-18 14:04:50 +01:00
depends_on:
- java
- nodejs
when:
event: [tag, push, manual]
2024-02-18 14:04:50 +01:00
steps:
build:
image: woodpeckerci/plugin-docker-buildx:4.1.0
2024-02-18 14:04:50 +01:00
settings:
registry: rg.fr-par.scw.cloud/hamburghammer
username: nologin
password:
from_secret: docker_token
dockerfile: Dockerfile
target: setup-image
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/setup-image
2024-03-02 22:50:08 +01:00
tag: "${CI_PIPELINE_NUMBER}"
2024-02-18 14:04:50 +01:00
pull_image: false
platforms: ${PLATFORM}