diff --git a/.github/workflows/development-build.yaml b/.github/workflows/development-build.yaml index 9c82692..87211b2 100644 --- a/.github/workflows/development-build.yaml +++ b/.github/workflows/development-build.yaml @@ -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 diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index ea381cf..7cdc3fd 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -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