mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Update Makefile
This commit is contained in:
5
Makefile
5
Makefile
@ -14,11 +14,12 @@ build:
|
||||
#
|
||||
# Build Docker image
|
||||
#
|
||||
TAG ?= localhost/podsync
|
||||
.PHONY: docker
|
||||
docker:
|
||||
GOOS=linux GOARCH=amd64 go build -o podsync ./cmd/podsync
|
||||
docker build -t mxpv/podsync:unstable .
|
||||
docker push mxpv/podsync:unstable
|
||||
docker build -t $(TAG) .
|
||||
docker push $(TAG)
|
||||
|
||||
#
|
||||
# Pull GolangCI-Lint dependency
|
||||
|
Reference in New Issue
Block a user