mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-30 13:44:09 +00:00
fix: log into docker before pulling
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user