Skip to content

Commit 9527277

Browse files
committed
docker.mk
1 parent b86b86b commit 9527277

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ docker-buildx:## docker buildx build sequence
3131
@$(DOCKER) buildx create --use --name gnostr-command-buildx || true
3232
@$(DOCKER) buildx build -t gnostr-command --platform linux/arm64,linux/amd64 .
3333
@$(DOCKER) buildx build -t gnostr-command --platform linux/$(TARGET) . --load
34+
35+
docker-package-buildx:
36+
@docker build . --tag ghcr.io/gnostr-org/gnostr-command:latest
37+
docker-package-pushx:
38+
@$(DOCKER) push ghcr.io/gnostr-org/gnostr-command:latest

0 commit comments

Comments
 (0)