1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Update Makefile

This commit is contained in:
Maksym Pavlenko
2020-04-24 20:22:37 -07:00
parent 8415f6f644
commit 66f2455916

View File

@ -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