Skip to content

Commit

Permalink
GHA Linux builder: do not log out from ghcr
Browse files Browse the repository at this point in the history
Although there is only one job running at a time,
but this looks safer, still.

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

- name: Build
run: |
Expand Down

0 comments on commit 9240ca4

Please sign in to comment.