fix: log into docker before pulling

This commit is contained in:
GameTec_live
2025-02-08 17:41:41 +01:00
parent 91ec63c8b7
commit 4ee23b9e3b
+6
View File
@@ -58,6 +58,12 @@ jobs:
with:
ref: ${{ inputs.checkout-sha == null && github.sha || inputs.checkout-sha }}
fetch-depth: 0
- name: ghcr.io login
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build firmware
env:
repo: ${{ github.repository }}