fix: Repo endpoint
Build and publish / build (push) Failing after 12s

This commit is contained in:
Lino Silva
2026-04-10 17:29:57 +01:00
parent f7382487d3
commit e4a7143f75
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
uses: https://github.com/docker/login-action@v3 uses: https://github.com/docker/login-action@v3
with: with:
registry: 10.0.2.28:222 registry: http://10.0.2.28:3000
username: lino username: lino
password: ${{ secrets.REGISTRY_PASS }} password: ${{ secrets.REGISTRY_PASS }}
@@ -29,7 +29,7 @@ jobs:
id: meta id: meta
uses: https://github.com/docker/metadata-action@v5 uses: https://github.com/docker/metadata-action@v5
with: with:
images: 10.0.2.28:222/${{ gitea.repository }} images: http://10.0.2.28:3000/${{ gitea.repository }}
tags: | tags: |
type=ref,event=branch type=ref,event=branch
type=ref,event=pr type=ref,event=pr