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 abb0f9e commit 7925d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ push: .push
fi
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@docker push $(JF_URL)/$(IMAGE):$(NEW_VERSION)
@docker tag $(JF_URL)/$(IMAGE):$(NEW_VERSION) $(JF_URL)/$(IMAGE):latest
@docker tag $(IMAGE) $(JF_URL)/$(IMAGE):latest
@docker push $(JF_URL)/$(IMAGE):latest
@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.15.0
1.16.0

0 comments on commit 7925d0b

Please sign in to comment.