276211c283
Hard switch of the docker push target from the Gitea registry to the artifactapi local docker registry (docker-internal); the Gitea VM and its registry are being retired. Drops the droneci/DRONECI_PASSWORD creds since artifactapi accepts unauthenticated in-cluster pushes. Also repoints the agentpool sample image (covers forgebot-api + forgebot-operator). Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
18 lines
482 B
YAML
18 lines
482 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: docker-build-api
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/forgebot-api
|
|
dockerfile: Dockerfile.api
|
|
dry_run: true
|
|
|
|
- name: docker-build-operator
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/forgebot-operator
|
|
dockerfile: Dockerfile.operator
|
|
dry_run: true
|