Skip to content

Add dagger CI

Add dagger CI #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: 'build-and-push'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build and push container image
uses: dagger/dagger-for-github@v5
with:
version: "0.10.1"
verb: call
module: "build-and-push"