From 3ec91d81f003682caf8f07baf199836a1966eb48 Mon Sep 17 00:00:00 2001 From: Willy Date: Sat, 18 Feb 2023 23:48:33 +0100 Subject: [PATCH] login to ghcr --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a79a9587..80043d4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -460,6 +460,12 @@ jobs: with: name: docker-images path: images + - name: Login to GitHub Container Registry + uses: docker/login-action@v1 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ github.token }} - uses: ncipollo/release-action@v1 with: allowUpdates: true