diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index a5bc5e1..a952eec 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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 }}