Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 0 additions & 94 deletions .woodpecker.yml

This file was deleted.

4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ filesystem or firewall identifiers.

Documentation-only changes (for example `README.md`, `AGENTS.md`, `docs/**`,
or other Markdown) must not run compile/test builds, publish container images,
or trigger a deployment. Use the path filters in `.woodpecker.yml` and
`.github/workflows/` to skip those jobs when no functional source,
or trigger a deployment. Use the path filters in `.github/workflows/` to skip
those jobs when no functional source,
configuration, Dockerfile, or UI asset changed.
If a commit mixes documentation with functional changes, the functional paths
must win and the normal build/publish path must run.
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ networks before running it.
Build the image, validate configuration, and inspect the generated host script:

```sh
docker build -t egressy:local -t ghcr.io/ausagentsmith-org/egressy:0.1.0 .
docker build -t egressy:local -t ghcr.io/thedancingdeveloper-org/egressy:0.1.0 .
docker run --rm \
-v "$PWD/config/config.yaml:/etc/egressy/config.yaml:ro" \
egressy:local check
Expand Down Expand Up @@ -223,10 +223,9 @@ external validator for that advisory check.
## Images and supported architectures

The Dockerfile builds all three Rust binaries. The included GitHub workflow
publishes multi-platform `linux/amd64` and `linux/arm64` images to GHCR. The
generic Woodpecker pipeline supports the same platforms when its registry
variables and secrets are configured. See [installation](docs/INSTALLATION.md)
for image tags, source builds, upgrades, and rollback.
publishes multi-platform `linux/amd64` and `linux/arm64` images to GHCR. See
[installation](docs/INSTALLATION.md) for image tags, source builds, upgrades,
and rollback.

## Dashboard demo

Expand Down