Skip to content

Commit

Permalink
remove extra tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Jul 30, 2021
1 parent f2e43cc commit c31550d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ agent-image:
agentctl-image:
$(docker-build) -t $(IMAGE_PREFIX)/agentctl:latest -t $(IMAGE_PREFIX)/agentctl:$(IMAGE_TAG) -f cmd/agentctl/$(DOCKERFILE) .
agent-operator-image:
$(IMAGE_TAG)
$(docker-build) -t $(IMAGE_PREFIX)/agent-operator:latest -t $(IMAGE_PREFIX)/agent-operator:$(IMAGE_TAG) -f cmd/agent-operator/$(DOCKERFILE) .


Expand Down

0 comments on commit c31550d

Please sign in to comment.