Explorar el Código

cicd: copy/paaye fail

jamesread hace 3 años
padre
commit
86e5dfe2ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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