Skip to content

Commit

Permalink
fix: gh clone with -b option
Browse files Browse the repository at this point in the history
  • Loading branch information
hkbu-kennycheng committed Mar 14, 2024
1 parent 05c4570 commit 26134de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ ARG GH_TOKEN
ARG REPO
ARG REF

RUN gh repo clone $REPO /git && cd /git && \
RUN gh repo clone $REPO /git -- -b $REF && cd /git && \
gh release create $REF --notes "kernel version $KVER" "/boot/${TARGET}#${TARGET}" "/boot/${TARGET}#bootia32.efi"

0 comments on commit 26134de

Please sign in to comment.