fix: dagger build #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: dagger | |
# on: | |
# push: | |
# branches: [main] | |
# jobs: | |
# build: | |
# name: build | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - name: Call Dagger Function | |
# uses: dagger/dagger-for-github@v5 | |
# with: | |
# version: "0.10.0" | |
# verb: call | |
# module: github.com/kpenfound/dagger-modules/[email protected] | |
# args: build --project=. --args=. | |
# # assumes the Dagger Cloud token is in | |
# # a repository secret named DAGGER_CLOUD_TOKEN | |
# # set via the GitHub UI/CLI | |
# cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }} |