Skip to content

Commit

Permalink
ci(release): remove push to docker.io
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian committed Mar 5, 2021
1 parent b084e11 commit c39715e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .goreleaser-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dockers:
goos: linux
goarch: amd64
image_templates:
- 'ovrclk/akash:latest'
- 'ghcr.io/ovrclk/akash:latest'

archives:
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ dockers:
goos: linux
goarch: amd64
image_templates:
- 'ovrclk/akash:{{if eq .Env.MAINNET "true"}}stable{{else}}latest{{end}}'
- 'ovrclk/akash:{{ .ShortCommit }}'
- 'ovrclk/akash:{{ .Version }}'
- 'ghcr.io/ovrclk/akash:{{if eq .Env.MAINNET "true"}}stable{{else}}latest{{end}}'
- 'ghcr.io/ovrclk/akash:{{ .ShortCommit }}'
- 'ghcr.io/ovrclk/akash:{{ .Version }}'
Expand Down

0 comments on commit c39715e

Please sign in to comment.