modify workflow
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 23s
Build, Push and Deploy / deploy (push) Successful in 3s

This commit is contained in:
pb-coding 2026-03-26 10:52:55 +01:00
parent 05aa5e96ff
commit 339488d0b2

View file

@ -43,4 +43,4 @@ jobs:
# Oder einfacher Docker-Run (Beispiel):
docker stop skyjo-be || true
docker rm skyjo-be || true
docker run -d --name skyjo-be ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
docker run -d --name skyjo-be --network swag_net ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest