diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c272592..508285f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: apt-get install -y debootstrap docker.io sudo - name: Generate debootstrap tar - run: cd ./base-canaryi386 && ./debootstrap.sh + run: ./debootstrap.sh - name: Import base image run: docker import ./base_chroot.tgz rootfs-base-debian-i386