Skip to content

Commit

Permalink
using ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy committed Aug 23, 2023
1 parent 6ea4e58 commit 193ff51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 193ff51

Please sign in to comment.