Skip to content

chore: remove Chainloop to reset demo #3

chore: remove Chainloop to reset demo

chore: remove Chainloop to reset demo #3

name: Release using Dagger
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Dagger CLI
run: |
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
- name: Build and Publish
run: |
dagger call -m github.com/chainloop-dev/integration-demo/chainloop-demo/dagger build-and-publish \
--proj .
env:
DAGGER_CLOUD_TOKEN: ${{ secrets.DAGGER_CLOUD_TOKEN }}