mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2025-01-02 14:57:31 +01:00
ci: docker registry fix
This commit is contained in:
parent
8456ea78f8
commit
6ffbe2ff2a
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user