Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishwaldo committed Jun 1, 2024
1 parent 06d8ed9 commit ba906f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Build Images
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/fishwaldo/sophgo-sg200x-debian:master
image: ghcr.io/fishwaldo/sophgo-sg200x-debian:${{ github.ref_name }}
options: --privileged -v ${{ github.workspace }}/images/:/output -v ${{ github.workspace }}/configs/:/configs/
run: |
make BOARD=${{ matrix.boards }} STORAGE_TYPE=${{ matrix.storage }} image
Expand Down

0 comments on commit ba906f1

Please sign in to comment.