Update ci.yml

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-08-07 21:07:45 +03:00 committed by GitHub
parent ee2a33ea28
commit d4b0585244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"