diff --git a/.github/workflows/rebuild.yaml b/.github/workflows/rebuild.yaml index 3ade1d6..a13859d 100644 --- a/.github/workflows/rebuild.yaml +++ b/.github/workflows/rebuild.yaml @@ -34,9 +34,9 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push - uses: docker/build-push-action@v6 - with: - push: true - tags: hooplad/ansible:rocky9-2.14 - file: _build/Dockerfile + # - name: Build and push + # uses: docker/build-push-action@v6 + # with: + # push: true + # tags: hooplad/ansible:rocky9-2.14 + # file: _build/Dockerfile