We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459ab10 commit 6faf63cCopy full SHA for 6faf63c
.github/workflows/release.yaml
@@ -112,6 +112,13 @@ jobs:
112
- name: Set up Docker Buildx
113
uses: docker/setup-buildx-action@v3
114
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
+
122
# Download FanUnit Firmware
123
- name: Download fanunit firmware
124
uses: actions/download-artifact@v4
0 commit comments