fix: try to fix the pipeline
This commit is contained in:
		
							parent
							
								
									c1992b8ae2
								
							
						
					
					
						commit
						bce29a8547
					
				
					 1 changed files with 12 additions and 10 deletions
				
			
		|  | @ -2,6 +2,7 @@ | |||
| # | ||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | ||||
| 
 | ||||
| # .woodpecker.yml | ||||
| steps: | ||||
|   docker-build: | ||||
|     image: woodpeckerci/plugin-docker-buildx | ||||
|  | @ -10,13 +11,14 @@ steps: | |||
|       registry: git.schmidl.dev | ||||
|       dry_run: true | ||||
|       output: type=oci,dest=${CI_REPO_OWNER}-buildimage.tar | ||||
|   publish-next-agent: | ||||
|     image: woodpeckerci/plugin-docker-buildx | ||||
|     secrets: [docker_username, docker_password] | ||||
|     settings: | ||||
|       repo: git.schmidl.dev/${CI-REPO_OWNER}/buildimage | ||||
|       dockerfile: dockerfile | ||||
|       platforms: linux/amd64,linux/arm64/v8 | ||||
|     when: | ||||
|       branch: ${CI_REPO_DEFAULT_BRANCH} | ||||
|       event: push | ||||
| 
 | ||||
| #  publish-next-agent: | ||||
| #    image: woodpeckerci/plugin-docker-buildx | ||||
| #    secrets: [docker_username, docker_password] | ||||
| #    settings: | ||||
| #      repo: git.schmidl.dev/${CI-REPO_OWNER}/buildimage | ||||
| #      dockerfile: dockerfile | ||||
| #      platforms: linux/amd64,linux/arm64/v8 | ||||
| #    when: | ||||
| #      branch: ${CI_REPO_DEFAULT_BRANCH} | ||||
| #      event: push | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue