mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:00 -04:00
fix manifests
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user