Change resulting container image registry owner
/ build_website (push) Successful in 8s Details
/ build_and_push_container (push) Successful in 7s Details

This commit is contained in:
Michał Rudowicz 2025-02-23 21:48:06 +01:00
parent 84aa12f2a8
commit 5fa8e52f77
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@ jobs:
runs-on: docker
if: github.ref == 'refs/heads/main'
env:
REGISTRY_OWNER: fleg
REGISTRY_OWNER: hswro
container:
image: git.hswro.org/fleg/hswro_org_build:latest
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- run: cd generated-site && buildah build --file ../docker/serve.Dockerfile -t hswro-org:latest
- run: buildah push --creds ${REGISTRY_OWNER}:${{ secrets.PUSH_PACKAGES_KEY }} hswro-org:latest "git.hswro.org/${REGISTRY_OWNER}/hswro_org:latest"
- run: buildah push --creds ${REGISTRY_OWNER}:${{ secrets.PUSH_PACKAGES_KEY }} hswro-org:latest "docker://git.hswro.org/${REGISTRY_OWNER}/hswro_org:latest"