diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml index 3ddf79a..6b4f6e1 100644 --- a/.gitea/workflows/on-push.yaml +++ b/.gitea/workflows/on-push.yaml @@ -21,7 +21,7 @@ jobs: - name: Log in to Gitea Container Registry uses: https://github.com/docker/login-action@v3 with: - registry: 10.0.2.28:222 + registry: http://10.0.2.28:3000 username: lino password: ${{ secrets.REGISTRY_PASS }} @@ -29,7 +29,7 @@ jobs: id: meta uses: https://github.com/docker/metadata-action@v5 with: - images: 10.0.2.28:222/${{ gitea.repository }} + images: http://10.0.2.28:3000/${{ gitea.repository }} tags: | type=ref,event=branch type=ref,event=pr