Обновить .gitea/workflows/test.yml
Some checks failed
Build and Test Application / build (push) Failing after 10s
Some checks failed
Build and Test Application / build (push) Failing after 10s
This commit is contained in:
parent
0a1c59cf13
commit
4be574f604
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Login to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ GIT_INSTANCE }} # Замените на адрес вашего Gitea
|
||||
registry: ${{ env.GIT_INSTANCE }} # Замените на адрес вашего Gitea
|
||||
username: ${{ secrets.GIT_USERNAME }}
|
||||
password: ${{ secrets.GIT_TOKEN }}
|
||||
|
||||
@ -32,5 +32,5 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
${{ GIT_INSTANCE }}/${{ secrets.GIT_USERNAME }}/monitor:latest
|
||||
${{ GIT_INSTANCE }}/${{ secrets.GIT_USERNAME }}/monitor:${{ github.sha }}
|
||||
${{ env.GIT_INSTANCE }}/${{ secrets.GIT_USERNAME }}/monitor:latest
|
||||
${{ env.GIT_INSTANCE }}/${{ secrets.GIT_USERNAME }}/monitor:${{ github.sha }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user