Skip to content

Commit

Permalink
feat: login ghcr using existing action
Browse files Browse the repository at this point in the history
  • Loading branch information
merrcury committed Oct 7, 2024
1 parent cc258a4 commit 4dfda22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/prepare-self-hosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ jobs:

- uses: ./.github/actions/setup-qemu
name: Setup QEMU and Docker Buildx

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build ${{ env.SERVICE_NAME }} Community Docker Image
shell: bash
Expand Down

0 comments on commit 4dfda22

Please sign in to comment.