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 9632e71 commit b812f83Copy full SHA for b812f83
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Build Images
71
uses: addnab/docker-run-action@v3
72
with:
73
- image: ghcr.io/fishwaldo/sophgo-sg200x-debian:master
+ image: ghcr.io/fishwaldo/sophgo-sg200x-debian:${{ github.ref_name }}
74
options: --privileged -v ${{ github.workspace }}/images/:/output -v ${{ github.workspace }}/configs/:/configs/
75
run: |
76
make BOARD=${{ matrix.boards }} STORAGE_TYPE=${{ matrix.storage }} image
0 commit comments