nit: update comment
Some checks failed
Build and Push Docker Image / build (pull_request) Failing after 32s

This commit is contained in:
Lucas Oskorep
2026-02-01 02:58:49 -05:00
parent 03e8fa18f3
commit c1f940fa57
3 changed files with 5 additions and 9 deletions

View File

@@ -65,9 +65,9 @@ build-ui:
# Build multi-arch container image
containers:
podman build --platform linux/arm64,linux/amd64 -f docker/Dockerfile --manifest chaos2theory/pi-mta-sign:test .
podman build --platform linux/arm64,linux/amd64 -f Dockerfile --manifest chaos2theory/pi-mta-sign:test .
podman manifest push --all chaos2theory/pi-mta-sign:test
podman manifest rm chaos2theory/pi-mta-sign:test
podman manifest rm chaos2theory/pi-mta-sign:testpod
# Build container image (local arch only)
build-container: