Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
aramovic79 committed Aug 19, 2024
1 parent e247f2a commit d3eb2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,8 @@ push: .push
NEW_VERSION=latest; \
fi
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):latest
@docker push $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):0.1.1
@docker push $(JF_URL)/$(IMAGE):0.1.1
@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.19.0
1.20.0

0 comments on commit d3eb2b6

Please sign in to comment.