Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GitHub Action for Dagger

License

NotificationsYou must be signed in to change notification settings

dagger/dagger-for-github

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage Examples

dagger call

-name:Hellouses:dagger/dagger-for-github@v8.2.0with:module:github.com/shykes/daggerverse/hellocall:hello --greeting Hola --name Jeremycloud-token:${{ secrets.DAGGER_CLOUD_TOKEN }}version:"latest"# semver vX.Y.Z

dagger shell

-name:Hellouses:dagger/dagger-for-github@v8.2.0with:shell:container | from alpine | with-exec echo,"hello, world!" | stdoutcloud-token:${{ secrets.DAGGER_CLOUD_TOKEN }}

dagger run

-name:Integration Testuses:dagger/dagger-for-github@v8.2.0with:workdir:db-serviceverb:runargs:node build.jscloud-token:${{ secrets.DAGGER_CLOUD_TOKEN }}version:"latest"# semver vX.Y.Z

Staying in sync with thelatest version

By setting the version tolatest, this action will install the latest version of Dagger.

Allwith: input parameter options

KeyDescriptionRequiredDefault
versionDagger Version. Use semver vX.Y.Z or 'latest'true'latest'
commitDagger Dev Commit (overridesversion)false''
dagger-flagsDagger CLI Flagsfalse'--progress plain'
verbCLI verb (call, run, download, up, functions, shell, query)false'call'
workdirThe working directory in which to run the Dagger CLIfalse'.'
cloud-tokenDagger Cloud Tokenfalse''
moduleDagger module to call. Local or Gitfalse''
argsArguments to pass to CLIfalse''
callArguments to pass to CLI (Alias for args with verb:call)false''
shellArguments to pass to CLI (Alias for args with verb:shell)false''
summary-pathFile path to write the job summary tofalse''
enable-github-summaryWhether to automatically write a GitHub Actions job summaryfalse'false'

All output variables

KeyDescription
stdoutThe standard output of the Dagger command
traceURLDagger Cloud trace URL

[8]ページ先頭

©2009-2025 Movatter.jp