File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,10 @@ jobs:
3131 with :
3232 ref : ${{github.head_ref}}
3333 sparse-checkout : docker/Dockerfile
34- sparse-checkout-cone-mode : false # <- Set to off for single file
34+ sparse-checkout-cone-mode : false # single file -> false
3535
3636 - name : Authenticate to GHCR
3737 run : echo ${{ secrets.DEB_PKG_BOT_CI_TOKEN }} | docker login ghcr.io -u ${{ vars.DEB_PKG_BOT_CI_USERNAME }} --password-stdin
3838
39- - name : tree
40- run : tree
41-
4239 - name : Build and Tag the Image
4340 run : docker build -t ghcr.io/${{env.QCOM_ORG_NAME}}/${{env.IMAGE_NAME}}:latest ./docker
Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ RUN apt-get update && apt-get install -y \
1111 git \
1212 git-buildpackage \
1313 sbuild \
14+ gh \
1415 debootstrap \
1516 tree \
1617 build-essential \
1718 && apt-get clean \
1819 && rm -rf /var/lib/apt/lists/*
1920
2021 # gh
21-
22+
2223# Set working directory
2324WORKDIR /app
2425
You can’t perform that action at this time.
0 commit comments