From 6fb8f2a1747d553bff6ae53de879abd452616241 Mon Sep 17 00:00:00 2001 From: Uwe Sommerlatt Date: Mon, 17 Jan 2022 20:55:00 +0100 Subject: [PATCH] Use private access token for ghcr.io --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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