Обновить .gitea/workflows/test.yml
All checks were successful
Build and Test Application / build (push) Successful in 22s

This commit is contained in:
mt77 2025-04-11 22:09:22 +05:00
parent ced51b480a
commit 81aa906296

View File

@ -32,7 +32,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: ./dockerized/
push: true push: true
tags: | tags: |
${{ vars.GIT_INSTANCE }}/${{ secrets.GIT_USERNAME }}/monitor:latest ${{ vars.GIT_INSTANCE }}/${{ secrets.GIT_USERNAME }}/monitor:latest