Przeglądaj źródła

working container image

jamesread 5 lat temu
rodzic
commit
48138d00ae
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      .goreleaser.yml

+ 2 - 1
.goreleaser.yml

@@ -70,12 +70,13 @@ archives:
 
 dockers:
   - image_templates:
+      - "docker.io/jamesread/olivetin:latest"
       - "docker.io/jamesread/olivetin:{{ .Tag }}-amd64"
     dockerfile: Dockerfile
     goos: linux
     goarch: amd64
     skip_push: false
-    use_buildx: true
+    use: docker
     build_flag_templates:
       - "--platform=linux/amd64"
       - "--label=org.opencontainers.image.title={{.ProjectName}}"