Обновить .gitea/workflows/test.yml
Some checks failed
Build and Test Application / build (push) Failing after 10s

This commit is contained in:
mt77 2025-04-11 21:37:55 +05:00
parent 0a1c59cf13
commit 4be574f604

View File

@ -21,7 +21,7 @@ jobs:
- name: Login to Gitea Container Registry - name: Login to Gitea Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ GIT_INSTANCE }} # Замените на адрес вашего Gitea registry: ${{ env.GIT_INSTANCE }} # Замените на адрес вашего Gitea
username: ${{ secrets.GIT_USERNAME }} username: ${{ secrets.GIT_USERNAME }}
password: ${{ secrets.GIT_TOKEN }} password: ${{ secrets.GIT_TOKEN }}
@ -32,5 +32,5 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
${{ GIT_INSTANCE }}/${{ secrets.GIT_USERNAME }}/monitor:latest ${{ env.GIT_INSTANCE }}/${{ secrets.GIT_USERNAME }}/monitor:latest
${{ GIT_INSTANCE }}/${{ secrets.GIT_USERNAME }}/monitor:${{ github.sha }} ${{ env.GIT_INSTANCE }}/${{ secrets.GIT_USERNAME }}/monitor:${{ github.sha }}