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

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

View File

@ -21,5 +21,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- run: cd .. && find
- run: echo $GITHUB_TOKEN ; echo $GITHUB_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