Update .gitea/workflows/build.yml
Some checks failed
Build / build (push) Failing after 30s

This commit is contained in:
2026-03-18 09:51:47 +03:00
parent 21b10e696b
commit eed048922c

View File

@@ -8,10 +8,9 @@
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login 192.168.31.100:3847 -u ${{
secrets.REGISTRY_USER }} --password-stdin
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login 192.168.31.100:3847 -u ${{secrets.REGISTRY_USER }} --password-stdin
- name: Build and push
run: |