Parcourir la source

cicd: copy/paaye fail

jamesread il y a 3 ans
Parent
commit
86e5dfe2ee
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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