Test build-docker CI stage
This commit is contained in:
parent
cd3cedd21d
commit
aa296ee57a
|
@ -15,3 +15,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: generated-site
|
name: generated-site
|
||||||
path: _site/
|
path: _site/
|
||||||
|
build_and_push_container:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: git.hswro.org/fleg/hswro_org:latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
- run: find
|
||||||
|
- run: podman version
|
||||||
|
|
Loading…
Reference in New Issue