diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d051f4..3ea2741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - name: Get Packages - run: apt-get update && apt-get install docker.io + run: apt-get update -y && apt-get install docker.io -y - name: Build image run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"