Skip to content

Commit

Permalink
make docker-login: authenticate with ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 8, 2023
1 parent 17470b6 commit 5863d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOCKER_COMPOSE = docker compose --env-file .env --env-file .env.local

DOCKER_REGISTRY = registry.git.sectio-aurea.org
DOCKER_REGISTRY = ghcr.io

# Default target when running `make`
.PHONY: all
Expand Down

0 comments on commit 5863d71

Please sign in to comment.