Skip to content

Commit

Permalink
Change Makefile image repo name from dghubble to poseidon
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Aug 24, 2020
1 parent b3346c5 commit b65c0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
VERSION=$(shell git describe --tags --match=v* --always --abbrev=0 --dirty)

REPO=github.com/poseidon/fleetlock
LOCAL_REPO=dghubble/fleetlock
IMAGE_REPO=quay.io/dghubble/fleetlock
LOCAL_REPO=poseidon/fleetlock
IMAGE_REPO=quay.io/poseidon/fleetlock

LD_FLAGS="-w -X $(REPO)/cmd.version=$(VERSION)"

Expand Down

0 comments on commit b65c0cc

Please sign in to comment.