Drop monorepo path filter and prefix from .woodpecker.yml
This commit is contained in:
parent
6fa60fdd1a
commit
d1d3827e12
1 changed files with 2 additions and 9 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
path: "claude-agent-service/**"
|
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
git:
|
git:
|
||||||
|
|
@ -13,14 +12,8 @@ steps:
|
||||||
- name: build-and-push
|
- name: build-and-push
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
username: "viktorbarzin"
|
|
||||||
password:
|
|
||||||
from_secret: dockerhub-pat
|
|
||||||
# Dual-push during the Forgejo registry consolidation bake. After
|
# Dual-push during the Forgejo registry consolidation bake. After
|
||||||
# ≥14 days clean, registry.viktorbarzin.me drops out (Phase 4).
|
# ≥14 days clean, registry.viktorbarzin.me drops out (Phase 4).
|
||||||
# Once this directory is extracted to the Forgejo viktor/claude-agent-service
|
|
||||||
# repo, drop the `path:` filter above and the `claude-agent-service/`
|
|
||||||
# prefix in dockerfile/context.
|
|
||||||
repo:
|
repo:
|
||||||
- registry.viktorbarzin.me/claude-agent-service
|
- registry.viktorbarzin.me/claude-agent-service
|
||||||
- forgejo.viktorbarzin.me/viktor/claude-agent-service
|
- forgejo.viktorbarzin.me/viktor/claude-agent-service
|
||||||
|
|
@ -34,8 +27,8 @@ steps:
|
||||||
from_secret: forgejo_user
|
from_secret: forgejo_user
|
||||||
password:
|
password:
|
||||||
from_secret: forgejo_push_token
|
from_secret: forgejo_push_token
|
||||||
dockerfile: claude-agent-service/Dockerfile
|
dockerfile: Dockerfile
|
||||||
context: claude-agent-service
|
context: .
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
platforms:
|
platforms:
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue