Skip to content

Commit

Permalink
Add push-agent-image step to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Mar 3, 2020
1 parent ec021b7 commit 9247943
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ agent-image:
-t $(IMAGE_PREFIX)/agent:latest -f cmd/agent/Dockerfile .
docker tag $(IMAGE_PREFIX)/agent:latest $(IMAGE_PREFIX)/agent:$(IMAGE_TAG)

push-agent-image:
docker push $(IMAGE_PREFIX)/agent:latest
docker push $(IMAGE_PREFIX)/agent:$(IMAGE_TAG)

#######################
# Development targets #
#######################
Expand Down

0 comments on commit 9247943

Please sign in to comment.