using ghcr
This commit is contained in:
parent
6ea4e58bf8
commit
193ff51f75
|
|
@ -30,11 +30,10 @@ jobs:
|
||||||
go-version: '1.21'
|
go-version: '1.21'
|
||||||
- name: "Login to Container registry"
|
- name: "Login to Container registry"
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
env:
|
|
||||||
DOCKER_REGISTRY_ID: ${{ secrets.DOCKER_REGISTRY_ID }}
|
|
||||||
with:
|
with:
|
||||||
username: daprio
|
registry: ghcr.io
|
||||||
password: ${{ secrets.DOCKER_REGISTRY_PASS }}
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ github.token }}
|
||||||
- name: Set versions
|
- name: Set versions
|
||||||
run: |
|
run: |
|
||||||
export INPUT_VERSION="${{ inputs.version }}"
|
export INPUT_VERSION="${{ inputs.version }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue