Skip to content

Commit

Permalink
fix: Naming error in Makefile (argoproj#2774)
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 committed Apr 21, 2020
1 parent 7cb2fd1 commit 905e0b9
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 @@ -13,7 +13,7 @@ GIT_TREE_STATE = $(shell if [ -z "`git status --porcelain`" ]; then echo
export DOCKER_BUILDKIT = 1

# To allow you to build with cache for debugging purposes.
DOCKER_BUILDS_OPTS := --no-cache
DOCKER_BUILD_OPTS := --no-cache

# docker image publishing options
IMAGE_NAMESPACE ?= argoproj
Expand Down

0 comments on commit 905e0b9

Please sign in to comment.