We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can we add a flagger example ? https://docs.dagger.io/integrations/ci
add a yaml example
No response
next
The text was updated successfully, but these errors were encountered:
That would be interesting to get to work with woodpecker. Only requirement would probably be to set privileged mode for your repo.
It could look like this:
steps: - name: dagger image: docker:latest environment: DOCKER_HOST: tcp://dind:2376 commands: - apk add curl - curl -fsSL https://dl.dagger.io/dagger/install.sh | BIN_DIR=/usr/local/bin sh services: - name: dind image: docker:dind commands: dockerd-entrypoint.sh --storage-driver=vfs --tls=false privileged: true
Sorry, something went wrong.
No branches or pull requests
Clear and concise description of the problem
can we add a flagger example ? https://docs.dagger.io/integrations/ci
Suggested solution
add a yaml example
Alternative
No response
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: