From 070162aa8c74c519612f30cb6b3038bc98fd86ad Mon Sep 17 00:00:00 2001 From: Simon Nyssen Date: Mon, 12 Feb 2024 20:30:40 +0100 Subject: [PATCH] build: [TO_REVERT] configure for pushing images to ghcr.io --- .github/workflows/build-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index f28efc725..8d981b113 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -12,9 +12,9 @@ permissions: packages: write env: # login to github registry using the default credentials associated with pipeline - REGISTRY: docker.io - REGISTRY_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} - REGISTRY_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }} + REGISTRY: ghcr.io + REGISTRY_USERNAME: ${{ github.actor }} + REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }} # github.repository as / IMAGE_NAME: ${{ github.repository }} # For release-please, see available types at https://github.com/google-github-actions/release-please-action/tree/v4/?tab=readme-ov-file#release-types-supported