Push the container image to registry
/ build_website (push) Successful in 8s Details
/ build_and_push_container (push) Failing after 5s Details

This commit is contained in:
Michał Rudowicz 2025-02-23 20:09:23 +01:00
parent 7667cf9792
commit 03e57d6e02
1 changed files with 2 additions and 0 deletions

View File

@ -22,4 +22,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- run: cd .. && find
- run: buildah login --password "${{secrets.FORGEJO_TOKEN}}" --username "${{github.actor}}" 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