Skip to content

Commit

Permalink
feat: Update gorelease to push to profefe hub org
Browse files Browse the repository at this point in the history
profefe has an org on docker hub now. That's where docker images will
get pushed.

Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
  • Loading branch information
Gianluca Arbezzano committed Dec 11, 2019
1 parent d872458 commit 6775dd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 2 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6775dd2

Please sign in to comment.