TEST COMMIT FOR CI
This commit is contained in:
parent
57f1931135
commit
ecd3c04e6a
|
|
@ -8,6 +8,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: bundle exec jekyll build
|
||||
- run: cd _site/ && find
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: generated-site
|
||||
|
|
@ -22,5 +23,5 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue