mv config to root
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 50s

This commit is contained in:
2026-03-08 16:55:01 +03:00
parent 37b001ce97
commit f839446487

View File

@@ -16,7 +16,7 @@ jobs:
uses: docker/login-action@v4 uses: docker/login-action@v4
with: with:
registry: git.madsky.ru registry: git.madsky.ru
username: ${{ vars.USERNAME }} username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
- name: Push Docker image to gitea registry - name: Push Docker image to gitea registry
run: | run: |