Update .github/workflows/dockerx.yml
Docker Deployment / docker (push) Failing after 21s

This commit is contained in:
2026-05-20 05:59:09 +00:00
parent 224daf9d00
commit ab7b0f6dfe
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Login to Gitea Registry - name: Login to Gitea Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: 52.156.106.39.nip.io registry: http://52.156.106.39.nip.io
username: ${{ secrets.GIT_USERNAME }} username: ${{ secrets.GIT_USERNAME }}
password: ${{ secrets.GIT_TOKEN }} password: ${{ secrets.GIT_TOKEN }}