Skip to content

Commit

Permalink
fix(testnet): properly push agoric/cosmic-swingset-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Dec 5, 2019
1 parent d5ae5e8 commit d82aad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cosmic-swingset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ docker-build-setup-solo:
docker-push: docker-push-base docker-push-solo docker-push-setup docker-push-pserver docker-push-setup-solo

docker-push-setup:
docker tag $(REPOSITORY)-setup:latest$(DEV) $(REPOSITORY)-setup:$(TAG)$(DEV)
$(DO_PUSH_LATEST) docker push $(REPOSITORY)-setup:latest$(DEV)
docker push $(REPOSITORY)-setup:$(TAG)$(DEV)
docker tag $(REPOSITORY)-setup:latest $(REPOSITORY)-setup:$(TAG)
$(DO_PUSH_LATEST) docker push $(REPOSITORY)-setup:latest
docker push $(REPOSITORY)-setup:$(TAG)

docker-push-base:
docker tag $(REPOSITORY)$(DEV):latest $(REPOSITORY)$(DEV):$(TAG)
Expand Down

0 comments on commit d82aad6

Please sign in to comment.