mirror of
https://github.com/compute-blade-community/compute-blade-agent.git
synced 2026-04-21 17:45:43 +02:00
fix: auth to ghcr.io (#63)
Signed-off-by: Matthias Riegler <me@xvzf.tech>
This commit is contained in:
committed by
Cedric Kienzler
parent
459ab10bec
commit
6faf63c76f
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@@ -112,6 +112,13 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: 'Login to GitHub Container Registry'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{github.actor}}
|
||||
password: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
# Download FanUnit Firmware
|
||||
- name: Download fanunit firmware
|
||||
uses: actions/download-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user