fix dockerfile
All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 4m45s

This commit is contained in:
iTob 2024-09-22 13:42:44 +02:00
parent 0f2d4e39c8
commit 174a1e7b13

View File

@ -15,7 +15,7 @@ jobs:
with: with:
registry: git.wohlleben.dev registry: git.wohlleben.dev
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ vars.REGISTRY_TOKEN }}
- name: Restart all Docker Container on Production - name: Restart all Docker Container on Production
uses: appleboy/ssh-action@v1.0.3 uses: appleboy/ssh-action@v1.0.3
with: with: