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
uses: docker/login-action@v1
with:
registry: docker.grassecon.net
username: ${{ secrets.GEDOCKER_USERNAME }}
password: ${{ secrets.GEDOCKER_PASSWORD }}
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:

View File

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