diff --git a/.github/workflows/picasso_build.yml b/.github/workflows/picasso_build.yml deleted file mode 100644 index 0195cfd0..00000000 --- a/.github/workflows/picasso_build.yml +++ /dev/null @@ -1,17 +0,0 @@ - -name: Picasso Build - -on: workflow_dispatch -# It's undesirable to trigger from PRs because it needs permissions for the forked repo, -# which have possible security implications. -#on: [push, pull_request] - -jobs: - build-images: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Build my image - uses: rhattersley/picasso-build-images-action@v1 - with: - images: '[{"name": "MyImage", "path": "envs/picasso/image.yml", "tag": "latest"}]'