change from GITEA to REGISTRY for build server secrets
Some checks failed
Staging Build / build (push) Failing after 41s

This commit is contained in:
DanielS
2026-06-22 23:05:13 +02:00
parent f11322e98d
commit 9ddf5faf66

View File

@@ -26,7 +26,7 @@ jobs:
# KORREKTUR: Anführungszeichen hinzugefügt und ENV-Übergabe gesichert
- name: Docker login to Gitea registry
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login gitea.hephex.de -u "${{ secrets.GITEA_USER }}" --password-stdin
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.hephex.de -u "${{ secrets.REGISTRY_USER }}" --password-stdin
- name: Build Docker image
run: docker build -t gitea.hephex.de/daniel/webshop:staging .
@@ -40,7 +40,7 @@ jobs:
- name: Deploy to Proxmox LXC via SSH
uses: appleboy/ssh-action@v0.1.5
with:
host: 192.168.1.51
host: 192.168.1.132
username: ${{ secrets.PROXMOX_USER }}
key: ${{ secrets.PROXMOX_SSH_KEY }}
script: |