mirror of
https://gitea.0xace.cc/rust/github-release-bot.git
synced 2025-06-28 19:43:08 +00:00
update deps and rebuild
This commit is contained in:
5
Makefile
5
Makefile
@ -1,4 +1,5 @@
|
||||
VERSION=0.1.7
|
||||
BUILD=1
|
||||
IMAGE=github-release-bot
|
||||
ifneq ($(REGISTRY),)
|
||||
_REGISTRY =$(REGISTRY)/
|
||||
@ -7,9 +8,9 @@ endif
|
||||
.PHONY: build push all
|
||||
|
||||
build:
|
||||
docker build -t $(_REGISTRY)$(IMAGE):$(VERSION) -f docker/Dockerfile .
|
||||
docker build -t $(_REGISTRY)$(IMAGE):$(VERSION)-$(BUILD) -f docker/Dockerfile .
|
||||
|
||||
push:
|
||||
docker push $(_REGISTRY)$(IMAGE):$(VERSION)
|
||||
docker push $(_REGISTRY)$(IMAGE):$(VERSION)-$(BUILD)
|
||||
|
||||
all: build push
|
||||
|
Reference in New Issue
Block a user