Skip to content

Commit

Permalink
Merge pull request #44 from anchore/build_fix
Browse files Browse the repository at this point in the history
chore: update var name for container build to avoid any conflicts
  • Loading branch information
zhill committed Apr 19, 2023
2 parents 1780ef1 + c0c8bad commit 0effbff
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 @@ -2,8 +2,8 @@ COMMIT ?= $(shell git rev-parse HEAD)
SOURCES := $(shell find . -name '*.go')
BINARY := anchore-adapter
IMAGE_TAG ?= dev
REPOSITORY ?= anchore/harbor-scanner-adapter
IMAGE ?= $(REPOSITORY):$(IMAGE_TAG)
IMAGE_REPOSITORY ?= anchore/harbor-scanner-adapter
IMAGE ?= $(IMAGE_REPOSITORY):$(IMAGE_TAG)

build: $(BINARY)

Expand Down

0 comments on commit 0effbff

Please sign in to comment.