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