diff --git a/.forgejo/workflows/ansible.yml b/.forgejo/workflows/ansible.yml index b8dfa29..96a5ab7 100644 --- a/.forgejo/workflows/ansible.yml +++ b/.forgejo/workflows/ansible.yml @@ -20,18 +20,11 @@ jobs: - docker container: image: docker:dind - env: - DOCKER_TLS_CERTDIR: "" steps: - name: Install Node.js and dependencies run: | apk update apk add --no-cache nodejs npm git bash - dockerd & - sleep 5 - docker version - node --version - npm --version - name: Checkout uses: actions/checkout@v4 @@ -66,18 +59,11 @@ jobs: runs-on: amd64 container: image: docker:dind - env: - DOCKER_TLS_CERTDIR: "" steps: - name: Install Node.js and dependencies run: | apk update apk add --no-cache nodejs npm git bash - dockerd & - sleep 5 - docker version - node --version - npm --version - name: Login to Forgejo Registry uses: docker/login-action@v3