ci: cleanup
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / docs (push) Successful in 22s
Build, Package and Push Images / build (push) Successful in 26s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / sbom-scan (push) Successful in 33s
Build, Package and Push Images / build-docs-container (push) Successful in 41s
Build, Package and Push Images / container-build (push) Successful in 1m24s
Build, Package and Push Images / container-sbom-scan (push) Successful in 41s

This commit is contained in:
Timothy Schenk 2023-11-16 07:58:56 +01:00
parent 6768fbf2a9
commit 580871ccb2

View file

@ -69,7 +69,7 @@ jobs:
build-docs-container:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
needs: [ docs ]
needs: [ docs, preprocess ]
steps:
- name: Checkout repository
uses: https://github.com/actions/checkout@v3
@ -91,12 +91,6 @@ jobs:
- name: Unzip wiki.zip into .public
run: |
mkdir .public
pwd
cd ${{ github.workspace }}
pwd
ls
ls wiki.zip
file wiki.zip/wiki.zip
unzip -jo -qq ./wiki.zip/wiki.zip -d ../.public
- name: Build and push
uses: docker/build-push-action@v5