hard-coded variables for simplicity
This commit is contained in:
parent
7017f4ba25
commit
2e01e44c85
1 changed files with 3 additions and 6 deletions
9
Makefile
9
Makefile
|
@ -1,7 +1,4 @@
|
|||
REGISTRY = forgejo.gravityfargo.dev
|
||||
OWNER = gravityfargo
|
||||
IMAGE = bluesky-pds
|
||||
TAG ?= 0.4.74
|
||||
TAG ?= latest
|
||||
DOMAIN = sheltersky.social
|
||||
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
@ -14,7 +11,7 @@ build-base:
|
|||
.PHONY: build-tag
|
||||
build-tag:
|
||||
sudo rm -rf config
|
||||
docker build --no-cache --tag $(REGISTRY)/$(OWNER)/$(IMAGE):$(TAG) .
|
||||
docker build --tag forgejo.gravityfargo.dev/gravityfargo/bluesky-pds:$(TAG) .
|
||||
|
||||
.PHONY: generate-env
|
||||
generate-env:
|
||||
|
@ -37,4 +34,4 @@ run:
|
|||
|
||||
.PHONY: push
|
||||
push:
|
||||
docker push $(REGISTRY)/$(OWNER)/$(IMAGE):$(TAG)
|
||||
docker push forgejo.gravityfargo.dev/gravityfargo/bluesky-pds:latest
|
Loading…
Reference in a new issue