Skip to content

Commit

Permalink
Docker github package release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffrey committed Dec 5, 2021
1 parent ca37418 commit da46e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ build-all:

# Assumes build-all
build-docker:
docker build --build-arg "DRACULA_VERSION=${VERSION}" --tag "mailsac/dracula:${VERSION}" .
docker build --build-arg "DRACULA_VERSION=${VERSION}" --tag "ghcr.io/mailsac/dracula:${VERSION}" .
.PHONY: build-docker
test-docker:
docker run -d --rm -p "3509:3509" --name dracula-server-test "mailsac/dracula:${VERSION}"
docker run -d --rm -p "3509:3509" --name dracula-server-test "ghcr.io/mailsac/dracula:${VERSION}"
docker exec dracula-server-test /app/dracula-cli -count -k test
docker kill dracula-server-test
push-docker:
Expand Down

0 comments on commit da46e62

Please sign in to comment.