mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	Update docker-build-static.yml
This commit is contained in:
		
							parent
							
								
									2c2696a8c3
								
							
						
					
					
						commit
						c9301a8cc6
					
				
							
								
								
									
										4
									
								
								.github/workflows/docker-build-static.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker-build-static.yml
									
									
									
									
										vendored
									
									
								
							@ -346,7 +346,7 @@ jobs:
 | 
				
			|||||||
          push: ${{ github.event_name != 'pull_request' }}
 | 
					          push: ${{ github.event_name != 'pull_request' }}
 | 
				
			||||||
          platforms: linux/amd64,linux/arm64,linux/arm/v7
 | 
					          platforms: linux/amd64,linux/arm64,linux/arm/v7
 | 
				
			||||||
          file: ./.github/workflows/Dockerfile.ci.alpine
 | 
					          file: ./.github/workflows/Dockerfile.ci.alpine
 | 
				
			||||||
          tags: nitnelave/lldap:latest-alpine
 | 
					          tags: nitnelave/lldap:latest
 | 
				
			||||||
          cache-from: type=local,src=/tmp/.buildx-cache
 | 
					          cache-from: type=local,src=/tmp/.buildx-cache
 | 
				
			||||||
          cache-to: type=local,dest=/tmp/.buildx-cache-new
 | 
					          cache-to: type=local,dest=/tmp/.buildx-cache-new
 | 
				
			||||||
          
 | 
					          
 | 
				
			||||||
@ -359,7 +359,7 @@ jobs:
 | 
				
			|||||||
          push: true
 | 
					          push: true
 | 
				
			||||||
          # Tag as latest, stable, semver, major, major.minor and major.minor.patch.
 | 
					          # Tag as latest, stable, semver, major, major.minor and major.minor.patch.
 | 
				
			||||||
          file: ./.github/workflows/Dockerfile.ci
 | 
					          file: ./.github/workflows/Dockerfile.ci
 | 
				
			||||||
          tags: nitnelave/lldap:stable-alpine, nitnelave/lldap:v${{ steps.slug.outputs.version-semantic }}-alpine, nitnelave/lldap:v${{ steps.slug.outputs.version-major }}-alpine, nitnelave/lldap:v${{ steps.slug.outputs.version-major }}.${{ steps.slug.outputs.version-minor }}-alpine, nitnelave/lldap:v${{ steps.slug.outputs.version-major }}.${{ steps.slug.outputs.version-minor }}.${{ steps.slug.outputs.version-patch }}-alpine
 | 
					          tags: nitnelave/lldap:stable, nitnelave/lldap:v${{ steps.slug.outputs.version-semantic }}, nitnelave/lldap:v${{ steps.slug.outputs.version-major }}, nitnelave/lldap:v${{ steps.slug.outputs.version-major }}.${{ steps.slug.outputs.version-minor }}, nitnelave/lldap:v${{ steps.slug.outputs.version-major }}.${{ steps.slug.outputs.version-minor }}.${{ steps.slug.outputs.version-patch }}
 | 
				
			||||||
          cache-from: type=local,src=/tmp/.buildx-cache
 | 
					          cache-from: type=local,src=/tmp/.buildx-cache
 | 
				
			||||||
          cache-to: type=local,dest=/tmp/.buildx-cache-new
 | 
					          cache-to: type=local,dest=/tmp/.buildx-cache-new
 | 
				
			||||||
          
 | 
					          
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user