Update ci.yml

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-08-07 21:25:00 +03:00 committed by GitHub
parent e90eb11cc4
commit 564ef9bba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
run: chmod +x ./debootstrap.sh && ./debootstrap.sh run: chmod +x ./debootstrap.sh && ./debootstrap.sh
- name: Import base image - 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 - name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --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