From 564ef9bba80f9e304e7b83f79dbd60c1eb03bace Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:25:00 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72a9ad7..7315f38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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