ci: file not found
Some checks failed
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 30s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / build-docs-container (push) Failing after 18s
Build, Package and Push Images / sbom-scan (push) Successful in 31s
Build, Package and Push Images / container-build (push) Successful in 1m15s
Build, Package and Push Images / container-sbom-scan (push) Successful in 36s

This commit is contained in:
Timothy Schenk 2023-11-16 07:35:18 +01:00
parent 3cb1e23e23
commit 8ee8bce13a

View file

@ -90,6 +90,7 @@ jobs:
- name: Unzip wiki.zip into .public
run: |
mkdir .public
ls
unzip wiki.zip -d .public
- name: Build and push
uses: docker/build-push-action@v5