Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
aramovic79 committed Aug 21, 2024
1 parent e4a46e0 commit ad78a44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ push: .push
@if [ -z "$(NEW_VERSION)" ]; then \
NEW_VERSION=latest; \
fi
# @docker tag $(IMAGE) $(JF_URL)/$(IMAGE):latest
# @docker push $(JF_URL)/$(IMAGE):latest
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@docker push $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):latest
@docker push $(JF_URL)/$(IMAGE):latest
# @docker tag $(IMAGE) $(JF_URL)/$(IMAGE):$(NEW_VERSION)
# @docker push $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@echo $(NEW_VERSION) > $(VERSION_FILE)
@touch .push

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit ad78a44

Please sign in to comment.