Skip to content

Commit

Permalink
Merge pull request #7 from chaospuppy/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
chaospuppy authored Feb 23, 2023
2 parents 94b034b + 190fbfe commit c3e18ab
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 @@ -21,6 +21,6 @@ push-latest-tag-version: VERSION

artifact: build
mkdir -p _build/
docker save -o _build/imagesync.tar $(IMAGE_REPO)/$(IMAGE_IMAGE):$(VERSION)-$(ARCH)
docker save -o _build/imagesync.tar $(IMAGE_REPO)/$(IMAGE_NAME):$(VERSION)-$(ARCH)

.PHONY: build artifact push-image push-latest-tag-version
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
v1.2.0

0 comments on commit c3e18ab

Please sign in to comment.