Add 'v' prefix to version tag for consistency with upstream
This commit is contained in:
parent
0d5bd3e0d1
commit
e225245336
4
Makefile
4
Makefile
@ -11,7 +11,7 @@ help: ## List Makefile targets
|
||||
|
||||
|
||||
image: ## Build image
|
||||
podman build . --tag $(REPOSITORY):$(SEMAPHORE_VERSION) --build-arg "OPENTOFU_VERSION=$(OPENTOFU_VERSION)" --build-arg "SEMAPHORE_VERSION=$(SEMAPHORE_VERSION)"
|
||||
podman build . --tag $(REPOSITORY):v$(SEMAPHORE_VERSION) --build-arg "OPENTOFU_VERSION=$(OPENTOFU_VERSION)" --build-arg "SEMAPHORE_VERSION=$(SEMAPHORE_VERSION)"
|
||||
|
||||
push: image ## Build and publish image
|
||||
podman push $(REPOSITORY):$(SEMAPHORE_VERSION)
|
||||
podman push $(REPOSITORY):v$(SEMAPHORE_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user