fix manifests
This commit is contained in:
		
							parent
							
								
									2a0bd50f61
								
							
						
					
					
						commit
						31c49db63f
					
				|  | @ -14,6 +14,8 @@ permissions: | |||
| jobs: | ||||
|   release: | ||||
|     runs-on: ubuntu-latest | ||||
|     env: | ||||
|       DOCKER_CLI_EXPERIMENTAL: "enabled" | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
|         with: | ||||
|  |  | |||
|  | @ -88,7 +88,7 @@ dockers: | |||
|     push_flags: | ||||
|       - --tls-verify=false | ||||
| docker_manifests: | ||||
|   - name_template: unpoller/unpoller:{{ .Version }} | ||||
|   - name_template: ghcr.io/unpoller/unpoller:{{ .Version }} | ||||
|     image_templates: | ||||
|       - ghcr.io/unpoller/unpoller:{{ .Version }}-amd64 | ||||
|       - ghcr.io/unpoller/unpoller:{{ .Version }}-arm64v8 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue