From e396cbb90c9a2a85f104cf46aba30d1ec45bf207 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 29 Jun 2026 09:38:10 +0200 Subject: [PATCH] ci: login on GH registry during release --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c177cd68..583654ce2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,6 +161,12 @@ jobs: with: name: lightpanda-x86_64-linux + - uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: "Generate and publish versions.json" run: | chmod +x lightpanda-x86_64-linux