Skip to content

Commit

Permalink
Merge pull request #19 from edenia/perf/workflow
Browse files Browse the repository at this point in the history
perf(workflow): update variable usage
  • Loading branch information
xavier506 authored Aug 11, 2023
2 parents 89b1ea5 + 618ae72 commit 4b6c7d7
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 4b6c7d7

Please sign in to comment.