Skip to content

Modernize CI to Use New Dagger Modules #2

Modernize CI to Use New Dagger Modules

Modernize CI to Use New Dagger Modules #2

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
tags:
- "v*"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dagger/dagger-for-github@v5
with:
verb: call
args: --source=. build image stderr
version: "0.11.0"