using ghcr

This commit is contained in:
salaboy 2023-08-23 18:55:35 +01:00
parent 6ea4e58bf8
commit 193ff51f75
1 changed files with 3 additions and 4 deletions

View File

@ -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 }}"