test build and deploy #10

Open
RaiLinKey wants to merge 10 commits from fix into test
Showing only changes of commit 8874cea21d - Show all commits

View File

@@ -69,7 +69,7 @@ jobs:
- name: Log in to container registry - name: Log in to container registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.example.com # Замените на ваш Gitea registry registry: git.rlkdev.ru # Замените на ваш Gitea registry
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}