Secret ismi duzeltildi
Some checks failed
Harita Build ve Deploy / build-and-deploy (push) Failing after 10s
Some checks failed
Harita Build ve Deploy / build-and-deploy (push) Failing after 10s
This commit is contained in:
@@ -13,8 +13,10 @@ jobs:
|
|||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.konstantiniyye.studio
|
registry: git.konstantiniyye.studio
|
||||||
username: ${{ gitea.actor }}
|
# Garanti olsun diye kullanıcı adını da elle yazalım:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }} # Gitea bunu otomatik sağlar
|
username: gitea_admin
|
||||||
|
# Yeni oluşturduğumuz secret'ı kullanıyoruz:
|
||||||
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Docker Build ve Push
|
- name: Docker Build ve Push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user