Skip to content

Commit 6faf63c

Browse files
xvzfcedi
authored andcommitted
fix: auth to ghcr.io (#63)
Signed-off-by: Matthias Riegler <[email protected]>
1 parent 459ab10 commit 6faf63c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ jobs:
112112
- name: Set up Docker Buildx
113113
uses: docker/setup-buildx-action@v3
114114

115+
- name: 'Login to GitHub Container Registry'
116+
uses: docker/login-action@v3
117+
with:
118+
registry: ghcr.io
119+
username: ${{github.actor}}
120+
password: ${{secrets.GITHUB_TOKEN}}
121+
115122
# Download FanUnit Firmware
116123
- name: Download fanunit firmware
117124
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)