Skip to content

Commit

Permalink
Update github registry login
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Oct 1, 2024
1 parent 2307f5c commit 1b07590
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

-
name: Login to GitHub Registry
-
name: Login to GitHub Container Registry
if: github.ref == 'refs/heads/master'
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.PAT }}
username: yuuki-discord
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata for Docker
id: meta
Expand Down

0 comments on commit 1b07590

Please sign in to comment.