Commit e87f1c0

Eric Bower  ·  2026-07-17 09:31:49 -0400 EDT
parent cbbe3f9
fix: missing pico-ssh in ci script
2 files changed,  +2, -1
+1, -1
......@@ -63,7 +63,7 @@ bp-pgs-standalone: bp-setup
6363
6464 bp-pico: bp-setup
6565 $(DOCKER_BUILDX_BUILD) ghcr.io/picosh/pico/pico-ssh:$(DOCKER_TAG) --build-arg APP=pico --target release-ssh .
66-.PHONY: bp-auth
66+.PHONY: bp-pico
6767
6868 bp-bouncer: bp-setup
6969 $(DOCKER_BUILDX_BUILD) ghcr.io/picosh/pico/bouncer:$(DOCKER_TAG) ./bouncer
+1, -0
......@@ -27,6 +27,7 @@ zmx run caddy -d docker buildx build --push --platform "$DOCKER_PLATFORM"
2727 zmx run bouncer docker buildx build --push --platform "$DOCKER_PLATFORM" -t "ghcr.io/picosh/pico/bouncer:$DOCKER_TAG" ./bouncer
2828 zmx wait "*"
2929
30+zmx run pico-ssh docker buildx build --push --platform "$DOCKER_PLATFORM" -t "ghcr.io/picosh/pico/pico-ssh:$DOCKER_TAG" --build-arg APP=pico --target release-ssh .
3031 zmx run auth docker buildx build --push --platform "$DOCKER_PLATFORM" -t "ghcr.io/picosh/pico/auth-web:$DOCKER_TAG" --build-arg APP=auth --target release-web .
3132 zmx run cdn docker buildx build --push --platform "$DOCKER_PLATFORM" -t "ghcr.io/picosh/pico/pgs-cdn:$DOCKER_TAG" --target release-web -f Dockerfile.cdn .
3233 zmx run standalone docker buildx build --push --platform "$DOCKER_PLATFORM" -t "ghcr.io/picosh/pgs:$DOCKER_TAG" --target release -f Dockerfile.standalone .