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
1@@ -63,7 +63,7 @@ bp-pgs-standalone: bp-setup
2 
3 bp-pico: bp-setup
4 	$(DOCKER_BUILDX_BUILD) ghcr.io/picosh/pico/pico-ssh:$(DOCKER_TAG) --build-arg APP=pico --target release-ssh .
5-.PHONY: bp-auth
6+.PHONY: bp-pico
7 
8 bp-bouncer: bp-setup
9 	$(DOCKER_BUILDX_BUILD) ghcr.io/picosh/pico/bouncer:$(DOCKER_TAG) ./bouncer
+1, -0
1@@ -27,6 +27,7 @@ zmx run caddy -d       docker buildx build --push --platform "$DOCKER_PLATFORM"
2 zmx run bouncer        docker buildx build --push --platform "$DOCKER_PLATFORM" -t "ghcr.io/picosh/pico/bouncer:$DOCKER_TAG" ./bouncer
3 zmx wait "*"
4 
5+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 .
6 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 .
7 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 .
8 zmx run standalone  docker buildx build --push --platform "$DOCKER_PLATFORM" -t "ghcr.io/picosh/pgs:$DOCKER_TAG" --target release -f Dockerfile.standalone .