diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4e8ba3..fee2584 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.GHCR_WRITE_PACKAGES }} - name: Create and publish a docker image with a UPX compressed executable run: export UPX_COMPRESSION='--best'; sbt ';docker;dockerPush' - name: Create and publish a docker image without compression