Skip to content

Commit

Permalink
perf(workflow): update variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
leisterfrancisco committed Aug 11, 2023
1 parent 16805b2 commit 618ae72
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 @@ -15,8 +15,8 @@ push-docker-images:
@echo "Pushing docker containers..."

@echo "1. Pushing genesis image..."
@docker push $(DOCKER_REGISTRY)/libre-genesis-node:$(VERSION)
@docker push $(DOCKER_REGISTRY)/libre-genesis-node:$(LATEST_TAG)

@echo "2. Pushing node image..."
@docker push $(DOCKER_REGISTRY)/libre-node:$(VERSION)
@docker push $(DOCKER_REGISTRY)/libre-node:$(LATEST_TAG)

0 comments on commit 618ae72

Please sign in to comment.