diff --git a/.github/workflows/push-to-ghcr.yml b/.github/workflows/push-to-ghcr.yml index 61ec0332e..b6641ea8f 100644 --- a/.github/workflows/push-to-ghcr.yml +++ b/.github/workflows/push-to-ghcr.yml @@ -23,3 +23,4 @@ jobs: with: image_name: ${{ github.repository }} github_token: ${{ secrets.GITHUB_TOKEN }} + docker_io_token: ${{ secrets.DOCKER_IO_ACCESS_TOKEN }}