Skip to content

make it compatible with dagger v0.9.8 #14

make it compatible with dagger v0.9.8

make it compatible with dagger v0.9.8 #14

Workflow file for this run

# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions
name: Zenith Example
on:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Dagger Zenith
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.8 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
run: |
dagger call config --src . --exit-code 0
dagger call image --src . --exit-code 0 --image snyk/snyk:alpine
working-directory: example