diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml
index c0cf8b9..6f7477c 100644
--- a/.gitea/workflows/deploy.yaml
+++ b/.gitea/workflows/deploy.yaml
@@ -10,7 +10,7 @@ jobs:
         name: deploy
         runs-on: ubuntu-latest
         container:
-            image: catthehacker/ubuntu:js-latest
+            image: gitbase.de/actions/ubuntu:latest
             volumes:
                 - /data:/data
         steps:
@@ -47,8 +47,7 @@ jobs:
                   RSYNC_PASS: ${{ secrets.rsync_master }}
               run: |
                   cd docs
-
-                  apt update && apt install -y sshpass rsync
+                  ls -la
 
                   rsync -rlcgD --perms -i -u -v --stats --progress \
                   --delete \