Skip to content

Commit b812f83

Browse files
committed
Fix Docker Tag name
1 parent 9632e71 commit b812f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Build Images
7171
uses: addnab/docker-run-action@v3
7272
with:
73-
image: ghcr.io/fishwaldo/sophgo-sg200x-debian:master
73+
image: ghcr.io/fishwaldo/sophgo-sg200x-debian:${{ github.ref_name }}
7474
options: --privileged -v ${{ github.workspace }}/images/:/output -v ${{ github.workspace }}/configs/:/configs/
7575
run: |
7676
make BOARD=${{ matrix.boards }} STORAGE_TYPE=${{ matrix.storage }} image

0 commit comments

Comments
 (0)