Skip to content

Commit 4508b49

Browse files
Add logout step for GitHub Container Registry
1 parent a3165bd commit 4508b49

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v3
2626

27+
- name: Logout of Github Container Registry
28+
run: docker logout ghcr.io
29+
2730
- name: Log in to GitHub Container Registry
2831
uses: docker/login-action@v3
2932
with:

0 commit comments

Comments
 (0)