Skip to content

Commit

Permalink
[nc] use correct dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 15, 2024
1 parent 4a44e84 commit 3cfbed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/development-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
secrets:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
with:
dockerfile: Dockerfile.ubuntu
image: twdps/gha-container-base-image
tag-annotation: ubuntu-
opencontainer-labels: true
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90forceyes && \
bash -c "echo 'pinentry-mode loopback' > /root/.gnupg/gpg.conf" && \
chmod 700 /root/.gnupg && chmod 600 /root/.gnupg/* && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
docker --version

0 comments on commit 3cfbed3

Please sign in to comment.