Add 'v' prefix to version tag for consistency with upstream
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -11,7 +11,7 @@ help: ## List Makefile targets
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
image:  ## Build image
 | 
					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
 | 
					push: image  ## Build and publish image
 | 
				
			||||||
	podman push $(REPOSITORY):$(SEMAPHORE_VERSION)
 | 
						podman push $(REPOSITORY):v$(SEMAPHORE_VERSION)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user