diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6fde3341..4a26939a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,5 +51,5 @@ jobs: platforms: linux/amd64 # ,linux/arm64 push: true tags: | - gitea.steffenillium.de/steffen/website:latest - gitea.steffenillium.de/steffen/website:${{ gitea.sha }} + ${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:latest + ${{ vars.LOCAL_REGISTRY }}/${{ gitea.repository_owner }}/website:${{ gitea.sha }}