diff --git a/.gitea/workflows/create-presentation.yml b/.gitea/workflows/create-presentation.yml index 640f33f..fc0104f 100644 --- a/.gitea/workflows/create-presentation.yml +++ b/.gitea/workflows/create-presentation.yml @@ -8,8 +8,6 @@ jobs: build: name: Build the debian package runs-on: ubuntu-latest - container: - image: quay.io/buildah/stable steps: - name: "Git clone" @@ -18,7 +16,9 @@ jobs: run: git checkout "${{ gitea.sha }}" - name: "Submodules auschecken" run: git submodule update --init - + - uses: docker://pandoc/core:3.8 + with: + args: "--help" # gets appended to pandoc command - name: "Build .deb" run: cd ./Defensio && ./pandoc.sh - name: "Create release"