Skip to content

Commit

Permalink
Use docker registry
Browse files Browse the repository at this point in the history
  • Loading branch information
clelange committed Sep 28, 2020
1 parent a220e47 commit e5c4252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.DOCKER_TOKEN }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ changelog:
- '^test:'
dockers:
- image_templates:
- ghcr.io/clelange/cernopendata-client-go/cernopendata-client-go
- "ghcr.io/clelange/cernopendata-client-go/clelange/cernopendata-client-go:{{ .Tag }}"
- clelange/cernopendata-client-go
- "clelange/cernopendata-client-go:{{ .Tag }}"

0 comments on commit e5c4252

Please sign in to comment.