mv config to root
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 50s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 50s
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: git.madsky.ru
|
||||
username: ${{ vars.USERNAME }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
- name: Push Docker image to gitea registry
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user