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
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user