ci: login on GH registry during release

This commit is contained in:
Pierre Tachoire
2026-06-29 09:38:10 +02:00
parent e396cbb90c
commit 30eb23e0c5

View File

@@ -161,7 +161,7 @@ jobs:
with:
name: lightpanda-x86_64-linux
- uses: docker/login-action@v3
- uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}