diff --git a/.gitea/workflows/buildah_test.yml b/.gitea/workflows/buildah_test.yml deleted file mode 100644 index ebc2112..0000000 --- a/.gitea/workflows/buildah_test.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Buildah Test -on: [push] - -jobs: - test-build: - runs-on: ubuntu-latest - steps: - - name: Buildah Test - run: | - docker run -i --rm \ - --cap-add=SYS_ADMIN \ - --security-opt seccomp=unconfined \ - --security-opt apparmor=unconfined \ - --security-opt label=disable \ - --tmpfs /var/lib/containers:exec \ - --ulimit nofile=1048576:1048576 \ - quay.io/buildah/stable:latest \ - buildah --storage-driver=vfs --isolation=chroot bud \ - -t test-image:latest \ - -f - . <<-EOF - FROM alpine:latest - RUN echo 'Success!' > /hello.txt - CMD cat /hello.txt - EOF \ No newline at end of file