Sfoglia il codice sorgente

cicd: copy/paaye fail

jamesread 3 anni fa
parent
commit
86e5dfe2ee
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .goreleaser.yml

+ 1 - 1
.goreleaser.yml

@@ -103,7 +103,7 @@ dockers:
 
   - image_templates:
       - "docker.io/jamesread/olivetin:{{ .Tag }}-arm64"
-      - "ghcr.io/olivetin/olivetin:{{ .Tag }}-amd64"
+      - "ghcr.io/olivetin/olivetin:{{ .Tag }}-arm64"
     dockerfile: Dockerfile.arm64
     goos: linux
     goarch: arm64