Skip to content

Commit

Permalink
Set auth tag properly
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Nov 9, 2023
1 parent 4cef657 commit d2c81f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bp-caddy: bp-setup
.PHONY: bp-caddy

bp-auth: bp-setup
$(DOCKER_BUILDX_BUILD) -t ghcr.io/picosh/pico/auth:$(DOCKER_TAG) --build-arg APP=auth --target release-web .
$(DOCKER_BUILDX_BUILD) -t ghcr.io/picosh/pico/auth-web:$(DOCKER_TAG) --build-arg APP=auth --target release-web .
.PHONY: bp-auth

bp-bouncer: bp-setup
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:
- services
- all
auth-web:
image: ghcr.io/picosh/pico/auth:latest
image: ghcr.io/picosh/pico/auth-web:latest
restart: always
profiles:
- auth
Expand Down

0 comments on commit d2c81f6

Please sign in to comment.