Skip to content

Commit 5cd2356

Browse files
committed
ci: Try to fix ghcr.io image upload
1 parent c5c8e4b commit 5cd2356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,14 @@ jobs:
7373
with:
7474
username: ${{ secrets.DOCKERHUB_USERNAME }}
7575
password: ${{ secrets.DOCKERHUB_PASSWORD }}
76+
logout: false
7677
- name: "Login to GitHub Container Registry"
7778
uses: docker/login-action@v3
7879
with:
7980
registry: "ghcr.io"
8081
username: ${{ github.repository_owner }}
8182
password: ${{ secrets.GITHUB_TOKEN }}
83+
logout: false # https://news.ycombinator.com/item?id=28607735
8284
- name: "Generate container metadata"
8385
uses: docker/metadata-action@v5
8486
id: meta

0 commit comments

Comments
 (0)