Skip to content

Commit

Permalink
remove docker-releaser (docker hub is not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhuravlev committed Oct 25, 2022
1 parent 11bb7c8 commit 49d94fb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ builds:
- linux
- windows
- darwin
dockers:
- id: repo-manager
goos: linux
goarch: amd64
ids:
- repo-manager
image_templates:
- "kazhuravlev/repo-manager:latest"
- "kazhuravlev/repo-manager:{{ .Tag }}"
- "kazhuravlev/repo-manager:v{{ .Major }}"
- "kazhuravlev/repo-manager:v{{ .Major }}.{{ .Minor }}"
dockerfile: 'Dockerfile'
use: buildx
build_flag_templates:
- "--platform=linux/amd64"
# dockers:
# - id: repo-manager
# goos: linux
# goarch: amd64
# ids:
# - repo-manager
# image_templates:
# - "kazhuravlev/repo-manager:latest"
# - "kazhuravlev/repo-manager:{{ .Tag }}"
# - "kazhuravlev/repo-manager:v{{ .Major }}"
# - "kazhuravlev/repo-manager:v{{ .Major }}.{{ .Minor }}"
# dockerfile: 'Dockerfile'
# use: buildx
# build_flag_templates:
# - "--platform=linux/amd64"
brews:
- name: repo-manager
goarm: "6"
Expand Down

0 comments on commit 49d94fb

Please sign in to comment.