This commit is contained in:
		
							
								
								
									
										14
									
								
								.woodpecker/tools-wasm-pack-docker.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.woodpecker/tools-wasm-pack-docker.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,14 @@ | |||||||
|  | pipeline: | ||||||
|  |   build and publish: | ||||||
|  |     image: plugins/docker | ||||||
|  |     settings: | ||||||
|  |       registry: git.koval.net | ||||||
|  |       username: | ||||||
|  |         from_secret: DEPLOY_USER | ||||||
|  |       password: | ||||||
|  |         from_secret: DEPLOY_TOKEN | ||||||
|  |       repo: cyclane/game-algorithms/wasm-pack | ||||||
|  |       tags: latest | ||||||
|  |       context: tools/wasm-pack-docker | ||||||
|  |     when: | ||||||
|  |       path: tools/wasm-pack-docker/Dockerfile | ||||||
							
								
								
									
										2
									
								
								tools/wasm-pack-docker/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								tools/wasm-pack-docker/Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | |||||||
|  | FROM rust:alpine | ||||||
|  | RUN cargo install wasm-pack | ||||||
		Reference in New Issue
	
	Block a user