Skip to content

Commit

Permalink
fix: remove log in to ghcr its handled by permission above
Browse files Browse the repository at this point in the history
  • Loading branch information
merrcury committed Oct 7, 2024
1 parent 78c4eca commit cc258a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/prepare-self-hosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ jobs:
- uses: ./.github/actions/setup-qemu
name: Setup QEMU and Docker Buildx

- name: Login To Registry
shell: bash
env:
GH_ACTOR: ${{ github.actor }}
GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
run: |
echo $GH_PASSWORD | docker login ghcr.io -u $GH_ACTOR --password-stdin
- name: Build ${{ env.SERVICE_NAME }} Community Docker Image
shell: bash
env:
Expand Down

0 comments on commit cc258a4

Please sign in to comment.