Push the container image to registry
This commit is contained in:
parent
7667cf9792
commit
3c2b8da965
|
@ -21,5 +21,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
- run: cd .. && find
|
||||
- run: echo ${{ secrets.FORGEJO_TOKEN }} ; buildah login -u ${{ github.actor }} --password-stdin git.hswro.org
|
||||
- run: cd generated-site && buildah build --file ../docker/serve.Dockerfile -t hswro-org:latest
|
||||
- run: buildah push hswro-org:latest git.hswro.org/${{ github.actor }}/hswro-org:latest
|
||||
|
|
Loading…
Reference in New Issue