Fix missing quotation
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -29,7 +29,7 @@ jobs:
 | 
			
		||||
  
 | 
			
		||||
          if [ "${{github.ref_name}}" = "master" ]; then
 | 
			
		||||
            docker tag "$REGISTRY/${{github.repository}}:${{github.ref_name}}" "$REGISTRY/${{github.repository}}:$VERSION"
 | 
			
		||||
            docker push "$REGISTRY/${{github.repository}}:$VERSION
 | 
			
		||||
            docker push "$REGISTRY/${{github.repository}}:$VERSION"
 | 
			
		||||
            if [ "$DOCKER_HUB" = "true" ]; then
 | 
			
		||||
              docker tag "$REGISTRY/${{github.repository}}:${{github.ref_name}}" "docker.io/${{secrets.DOCKER_HUB_IMAGE}}:$VERSION"
 | 
			
		||||
              docker push "docker.io/${{secrets.DOCKER_HUB_IMAGE}}:$VERSION"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user