You've already forked docker-compose-docker
							
							revert(ci): use semver instead sed
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build / build-arm64 (push) Has been cancelled
				
			
		
			
				
	
				Build / build-amd64 (push) Has been cancelled
				
			
		
			
				
	
				Release / push-amd64 (push) Successful in 9m12s
				
			
		
			
				
	
				Release / push-arm64 (push) Successful in 10m54s
				
			
		
			
				
	
				Release / push-manifest (push) Successful in 12s
				
			
		
			
				
	
				Release / sync-to-hub-docker-io (push) Successful in 1m6s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build / build-arm64 (push) Has been cancelled
				
			Build / build-amd64 (push) Has been cancelled
				
			Release / push-amd64 (push) Successful in 9m12s
				
			Release / push-arm64 (push) Successful in 10m54s
				
			Release / push-manifest (push) Successful in 12s
				
			Release / sync-to-hub-docker-io (push) Successful in 1m6s
				
			This reverts commit 441f3a62f1.
			
			
This commit is contained in:
		| @@ -46,7 +46,7 @@ jobs: | ||||
|  | ||||
|       - name: Build and push image | ||||
|         run: | | ||||
|           TAG=$(semver ${{ github.ref_name }}) | ||||
|           TAG=$(echo ${{ github.ref_name }} | sed 's/v//gm') | ||||
|  | ||||
|           docker buildx build \ | ||||
|             --platform linux/amd64 \ | ||||
| @@ -70,7 +70,7 @@ jobs: | ||||
|  | ||||
|       - name: Create and push manifest | ||||
|         run: | | ||||
|           TAG=$(semver ${{ github.ref_name }}) | ||||
|           TAG=$(echo ${{ github.ref_name }} | sed 's/v//gm') | ||||
|  | ||||
|           docker manifest create git.cryptic.systems/volker.raschek/docker-compose:${TAG} \ | ||||
|             --amend git.cryptic.systems/volker.raschek/docker-compose:${TAG}-amd64 \ | ||||
| @@ -85,11 +85,10 @@ jobs: | ||||
|     steps: | ||||
|     - name: Copy images to docker.io | ||||
|       run: | | ||||
|         TAG=$(semver ${{ github.ref_name }}) | ||||
|         TAG=$(echo ${{ github.ref_name }} | sed 's/v//gm') | ||||
|  | ||||
|         apt-get update --yes | ||||
|         apt-get install --yes skopeo | ||||
|  | ||||
|         skopeo copy \ | ||||
|           --all \ | ||||
|           --dest-password ${{ secrets.DOCKER_IO_PASSWORD }} \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user