diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 0bb20fb..40e6c5d 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -23,9 +23,9 @@ jobs: - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 with: - config-inline: |2 + config-inline: | [dns] - nameservers = ["10.42.10.1"] + nameservers=["10.42.10.1"] - name: Print Some Debugging Info shell: /bin/ash -e {0} run: cat /tmp/docker-actions*/*