ci: ah
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / docs (push) Successful in 24s
Build, Package and Push Images / build (push) Successful in 28s
Build, Package and Push Images / sonarqube (push) Has been skipped
Build, Package and Push Images / build-docs-container (push) Failing after 21s
Build, Package and Push Images / sbom-scan (push) Successful in 32s
Build, Package and Push Images / container-build (push) Successful in 1m10s
Build, Package and Push Images / container-sbom-scan (push) Successful in 34s

This commit is contained in:
Timothy Schenk 2023-11-16 07:41:00 +01:00
parent 08c8539e35
commit 94cf988d93

View file

@ -91,9 +91,7 @@ jobs:
- name: Unzip wiki.zip into .public - name: Unzip wiki.zip into .public
run: | run: |
mkdir .public mkdir .public
ls unzip ${{ github.workspace }}/wiki.zip -d .public
cd ${{ github.workspace }}
unzip wiki.zip -d .public
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with: