Skip to content

Commit

Permalink
GHA: Linux builder: log out from ghcr.io
Browse files Browse the repository at this point in the history
It does not seem to be able to reuse the credentials
from the keychain in another GHA workflow, so better
to always log in again.

If this does not work we can also log in manually,
without their action.

[ci skip]
  • Loading branch information
gaborcsardi committed Aug 17, 2023
1 parent d2026f2 commit e98935b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/linux-builder-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
logout: false

- name: Build
run: |
Expand Down

0 comments on commit e98935b

Please sign in to comment.