diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d92d1f0..6adc1dd 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,8 +20,8 @@ jobs: uses: docker/login-action@v3.3.0 with: registry: ghcr.io - username: ${{ secrets.GH_USERNAME }} - password: ${{ secrets.GH_TOKEN }} + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build & Push uses: docker/build-push-action@v6.11.0 with: @@ -30,4 +30,4 @@ jobs: tags: ghcr.io/purofle/sbbot:latest platforms: linux/amd64,linux/arm64 cache-from: type=registry,ref=ghcr.io/purofle/sbbot:latest - cache-to: type=inline \ No newline at end of file + cache-to: type=inline