Update ci.yml
This commit is contained in:
parent
b99d6789ca
commit
ee2a33ea28
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -18,6 +18,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Get Packages
|
||||
run: apt-get update && apt-get install docker.io
|
||||
|
||||
- name: Build image
|
||||
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user