Skip to content

Commit

Permalink
Makefile vars
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-p committed Jun 23, 2021
1 parent 6c90ef3 commit 07ed68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
all: build

ENVVAR = GOOS=linux GOARCH=amd64
TAG = v0.1.8
TAG ?= v0.1.8
APP_NAME = calico-accountant
REPO = andreas-p
REPO ?= andreas-p
IMAGE_TAG = $(REPO)/$(APP_NAME):$(TAG)

clean:
Expand Down

0 comments on commit 07ed68f

Please sign in to comment.