fix ci/cd
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 32s

This commit is contained in:
crutoboy
2026-05-22 09:43:09 +00:00
parent 77341e6735
commit 76a6cc952c

View File

@@ -19,7 +19,7 @@ jobs:
- name: Login to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: ${{ gitea.registry }} # автоматически подставляется Gitea
registry: ${{ gitea.hostname }} # автоматически подставляется Gitea
username: ${{ gitea.actor }}
password: ${{ secrets.GITEATOKEN }}
@@ -27,7 +27,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ gitea.registry }}/${{ gitea.repository }}
images: ${{ gitea.hostname }}/${{ gitea.repository }}
tags: |
type=sha
type=raw,value=latest