TEST COMMIT FOR CI
/ build_website (push) Successful in 7s Details
/ build_and_push_container (push) Has been skipped Details

This commit is contained in:
Michał Rudowicz 2025-03-22 17:49:42 +01:00
parent 57f1931135
commit ecd3c04e6a
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: bundle exec jekyll build - run: bundle exec jekyll build
- run: cd _site/ && find
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: generated-site name: generated-site
@ -22,5 +23,5 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
- run: cd generated-site && buildah build --file ../docker/serve.Dockerfile -t hswro-org:latest - run: cd generated-site && find && buildah build --file ../docker/serve.Dockerfile -t hswro-org:latest
- run: buildah push --creds ${REGISTRY_OWNER}:${{ secrets.PUSH_PACKAGES_KEY }} hswro-org:latest "docker://git.hswro.org/${REGISTRY_OWNER}/hswro_org:latest" - run: buildah push --creds ${REGISTRY_OWNER}:${{ secrets.PUSH_PACKAGES_KEY }} hswro-org:latest "docker://git.hswro.org/${REGISTRY_OWNER}/hswro_org:latest"