ci: docker registry fix

This commit is contained in:
Mohamed Sohail 2022-08-26 07:28:40 +00:00
parent 8456ea78f8
commit 6ffbe2ff2a
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
2 changed files with 5 additions and 5 deletions

View File

@ -23,9 +23,9 @@ jobs:
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
registry: docker.grassecon.net registry: ghcr.io
username: ${{ secrets.GEDOCKER_USERNAME }} username: ${{ github.repository_owner }}
password: ${{ secrets.GEDOCKER_PASSWORD }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2 uses: goreleaser/goreleaser-action@v2
with: with:

View File

@ -23,8 +23,8 @@ dockers:
ids: ids:
- cic-dw - cic-dw
image_templates: image_templates:
- "docker.grassecon.net/cic-dw/cic-dw:latest" - "ghcr.io/grassrootseconomics/cic-dw/cic-dw:latest"
- "docker.grassecon.net/cic-dw/cic-dw:{{ .Tag }}" - "ghcr.io/grassrootseconomics/cic-dw/cic-dw:{{ .Tag }}"
dockerfile: Dockerfile dockerfile: Dockerfile
extra_files: extra_files:
- config.toml - config.toml