From 6775dd21561b4f65260dee540c81dd2f991876fb Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Wed, 11 Dec 2019 11:39:20 +0100 Subject: [PATCH] feat: Update gorelease to push to profefe hub org profefe has an org on docker hub now. That's where docker images will get pushed. Signed-off-by: Gianluca Arbezzano --- .github/workflows/test.yaml | 2 +- .goreleaser.yml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f0e64f8..4f28148 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.12.x, 1.13.x] + go-version: [1.13.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/.goreleaser.yml b/.goreleaser.yml index 043b996..5550fc8 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -39,8 +39,6 @@ dockers: goos: linux goarch: amd64 image_templates: - - "gianarb/kprofefe:latest" - - "gianarb/kprofefe:{{ .Tag }}" - #- "profefe/kprofefe:latest" - #- "profefe/kprofefe:v{{ .Tag }}" + - "profefe/kprofefe:latest" + - "profefe/kprofefe:{{ .Tag }}" dockerfile: Dockerfile.gorelease