Push the container image to registry
This commit is contained in:
parent
7667cf9792
commit
e74c43495a
|
@ -22,4 +22,6 @@ jobs:
|
|||
- 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