diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 57356767..4ca1e85b 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -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: | @@ -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