Skip to content

Commit c18b7d2

Browse files
Add gh dependency
Signed-off-by: Simon Beaudoin <[email protected]>
1 parent c3ff8d3 commit c18b7d2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/qcom-container-build-and-upload.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2324
WORKDIR /app
2425

0 commit comments

Comments
 (0)