Update ci.yml
This commit is contained in:
parent
e90eb11cc4
commit
564ef9bba8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
run: chmod +x ./debootstrap.sh && ./debootstrap.sh
|
||||
|
||||
- name: Import base image
|
||||
run: docker import ./base_chroot.tgz rootfs-base-debian-i386
|
||||
run: docker import ./base_chroot.tgz rootfs-base-debian
|
||||
|
||||
- name: Build image
|
||||
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --security-opt seccomp=unconfined --security-opt label=disable
|
||||
|
Loading…
Reference in New Issue
Block a user