ci: idk at this point
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / docs (push) Failing after 19s
Build, Package and Push Images / build (push) Successful in 24s
Build, Package and Push Images / sbom-scan (push) Successful in 37s
Build, Package and Push Images / container-build (push) Successful in 1m21s
Build, Package and Push Images / sonarqube (push) Successful in 1m24s
Build, Package and Push Images / container-sbom-scan (push) Successful in 33s

This commit is contained in:
Timothy Schenk 2023-11-15 14:10:04 +01:00
parent ba52f57b8a
commit f09f122747

View file

@ -4,7 +4,7 @@ on: [ push ]
env:
# Name of module and id separated by a slash
INSTANCE: Writerside/wiki
INSTANCE: Continuity/wiki
# Replace HI with the ID of the instance in capital letters
ARTIFACT: webHelpWIKI2-all.zip
# Writerside docker image version
@ -41,7 +41,7 @@ jobs:
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: https://github.com/actions/checkout@v3
- name: Build Writerside docs using Docker
uses: https://github.com/JetBrains/writerside-github-action@v4
with: