Skip to content

Commit

Permalink
ci(docker): use GitHub token and repository name (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhpy authored Aug 29, 2024
1 parent d023c97 commit 34bd2b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: docker_meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/pterodactyl/wings
images: ghcr.io/${{ github.repository }}
flavor: |
latest=false
tags: |
Expand All @@ -40,8 +40,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Get Build Information
id: build_info
Expand Down

0 comments on commit 34bd2b5

Please sign in to comment.