Update ci.yml
This commit is contained in:
parent
ee2a33ea28
commit
d4b0585244
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Get Packages
|
- 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
|
- name: Build image
|
||||||
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
|
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
|
||||||
|
Loading…
Reference in New Issue
Block a user