Force HTTP
Some checks failed
Test and build / Build collector (push) Failing after 59s
Test and build / Test and lint (push) Successful in 1m14s
Test and build / Build receiver (push) Failing after 1m14s

This commit is contained in:
2026-02-23 21:32:26 +01:00
parent 5495fae127
commit 4b29396549

View File

@@ -60,7 +60,7 @@ jobs:
- name: Log into Gitea Container Registry
uses: docker/login-action@v2
with:
registry: 10.42.23.15:3000
registry: http://10.42.23.15:3000
username: ${{ vars.DEPLOY_USER }}
password: ${{ secrets.DEPLOY_TOKEN }}
- name: Build and push collector container
@@ -129,7 +129,7 @@ jobs:
- name: Log into Gitea Container Registry
uses: docker/login-action@v2
with:
registry: 10.42.23.15:3000
registry: http://10.42.23.15:3000
username: ${{ vars.DEPLOY_USER }}
password: ${{ secrets.DEPLOY_TOKEN }}
- name: Build and push receiver container