Skip to content

Commit

Permalink
fix: properly docker push agoric/deployment:$(TAG)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Feb 19, 2021
1 parent c2fed3b commit 8afd58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deployment/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ docker-push-solo:

docker-push-deployment:
$(DONT_PUSH_LATEST) docker push agoric/deployment:latest
docker push $(REPOSITORY)-solo:$(TAG)
docker push agoric/deployment:$(TAG)

0 comments on commit 8afd58b

Please sign in to comment.