diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index ffa30b3493..e40d3aa4a3 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -26,7 +26,7 @@ jobs: id: docker_meta uses: docker/metadata-action@v4 with: - images: ghcr.io/pterodactyl/panel + images: ghcr.io/${{ github.repository }} flavor: | latest=false tags: | @@ -45,8 +45,8 @@ jobs: if: "github.event_name != 'pull_request'" with: registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.REGISTRY_TOKEN }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Update version if: "github.event_name == 'release' && github.event.action == 'published'"