From 34aaf2f43f8cf023771b0e9912f4b467c3b84b6c Mon Sep 17 00:00:00 2001 From: Florian Wilhelm Date: Tue, 17 Sep 2024 13:19:19 +0200 Subject: [PATCH] Revert "Update ci.yaml" This reverts commit 3b58bce3eba9085b0d95889693a46f7b908fb7ca. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98640dd..3fbde2a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,6 +105,7 @@ jobs: with: image: ${{ steps.build_image.outputs.image }} tags: ${{ steps.build_image.outputs.tags }} + registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}