- commit
- d2c81f6
- parent
- 4cef657
- author
- Antonio Mika
- date
- 2023-11-09 13:34:42 +0000 UTC
Set auth tag properly
2 files changed,
+2,
-2
M
Makefile
+1,
-1
1@@ -34,7 +34,7 @@ bp-caddy: bp-setup
2 .PHONY: bp-caddy
3
4 bp-auth: bp-setup
5- $(DOCKER_BUILDX_BUILD) -t ghcr.io/picosh/pico/auth:$(DOCKER_TAG) --build-arg APP=auth --target release-web .
6+ $(DOCKER_BUILDX_BUILD) -t ghcr.io/picosh/pico/auth-web:$(DOCKER_TAG) --build-arg APP=auth --target release-web .
7 .PHONY: bp-auth
8
9 bp-bouncer: bp-setup
+1,
-1
1@@ -98,7 +98,7 @@ services:
2 - services
3 - all
4 auth-web:
5- image: ghcr.io/picosh/pico/auth:latest
6+ image: ghcr.io/picosh/pico/auth-web:latest
7 restart: always
8 profiles:
9 - auth