diff --git a/.gitea/workflows/gitops-automatic-deployment.yml b/.gitea/workflows/gitops-automatic-deployment.yml index c413e8b..44550d6 100644 --- a/.gitea/workflows/gitops-automatic-deployment.yml +++ b/.gitea/workflows/gitops-automatic-deployment.yml @@ -11,8 +11,7 @@ jobs: steps: - name: Install Node.js, git, and rsync run: | - apt-get update - apt-get install -y nodejs npm git rsync + apk add --no-cache nodejs npm git rsync - name: Checkout Repository uses: actions/checkout@v3