Skip to content

Commit

Permalink
Update makefile (#15)
Browse files Browse the repository at this point in the history
* Just making a change to run a build

Signed-off-by: Gus Parvin <gparvin@redhat.com>

* use edge as the build tag

Signed-off-by: Gus Parvin <gparvin@redhat.com>
  • Loading branch information
gparvin authored Sep 10, 2021
1 parent fed66d8 commit d65b9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TRAVIS_BUILD ?= 1
# Use your own docker registry and image name for dev/test by overridding the IMG and REGISTRY environment variable.
IMG ?= $(shell cat COMPONENT_NAME 2> /dev/null)
REGISTRY ?= quay.io/open-cluster-management
TAG ?= latest
TAG ?= edge

# Github host to use for checking the source tree;
# Override this variable ue with your own value if you're working on forked repo.
Expand Down

0 comments on commit d65b9cd

Please sign in to comment.