Skip to content

Commit

Permalink
(ci) fix docker manifest template
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Sep 8, 2024
1 parent b53be50 commit 108ef70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
releases:
name: Release flow Artifacts
permissions:
contents: write
packages: write
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ docker_manifests:
- name_template: "ghcr.io/jahvon/flow:{{ .Tag }}"
image_templates:
- "ghcr.io/jahvon/flow:{{ .Tag }}-amd64"
- "ghcr.io/jahvon/flow{{ .Tag }}-arm64"
- "ghcr.io/jahvon/flow:{{ .Tag }}-arm64"
- name_template: "ghcr.io/jahvon/flow:latest"
image_templates:
- "ghcr.io/jahvon/flow:{{ .Tag }}-amd64"
- "ghcr.io/jahvon/flow{{ .Tag }}-arm64"
- "ghcr.io/jahvon/flow:{{ .Tag }}-arm64"

changelog:
sort: asc
Expand Down

0 comments on commit 108ef70

Please sign in to comment.