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 <[email protected]>
  • Loading branch information
Gianluca Arbezzano committed Dec 11, 2019
1 parent d872458 commit 460ef1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
args: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_BUILDKIT: 1
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 460ef1d

Please sign in to comment.