Update ci.yml
This commit is contained in:
parent
eb2a3527da
commit
0d3e4a694e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
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}" --cap-add=sys_admin --cap-add mknod --device=/dev/fuse --security-opt seccomp=unconfined --security-opt label=disable
|
||||
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --security-opt seccomp=unconfined --security-opt label=disable
|
||||
|
||||
- name: Log in to registry
|
||||
# This is where you will update the personal access token to GITHUB_TOKEN
|
||||
|
Loading…
Reference in New Issue
Block a user