From d21fde5bc27f3ea6001a1bf39dd6be458f162ede Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 7 Oct 2025 16:00:17 -0600 Subject: [PATCH] Don't forget the login-action --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d2ec26..84bb131 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,13 @@ jobs: outputs: | type=local,dest=dist + - name: Log in to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Push Docker image if: github.event_name != 'pull_request' uses: docker/build-push-action@v6