diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 2a9381a..67e977a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,12 +19,13 @@ jobs: build_and_deploy: runs-on: linux container: - image: alpine:3.20 - options: --entrypoint /bin/sh --privileged + image: ubuntu:latest + options: --entrypoint /bin/sh steps: - name: Install tools run: | - apk add --no-cache bash git openssh-client rsync podman-cli + apt-get update + apt-get install -y bash git openssh-client rsync podman-cli - name: Checkout repository run: git clone git@gitea.smb-corp.de:${{ gitea.repository }} . - name: Deploy via SSH