Update ci.yml
This commit is contained in:
parent
e9f6560d75
commit
be86a1c06c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- 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}" --cap-add CAP_MKNOD --cap-add CAP_SYS_ADMIN
|
||||||
|
|
||||||
- name: Log in to registry
|
- name: Log in to registry
|
||||||
# This is where you will update the personal access token to GITHUB_TOKEN
|
# This is where you will update the personal access token to GITHUB_TOKEN
|
||||||
|
Loading…
Reference in New Issue
Block a user