Skip to content

Commit 3aa0bfc

Browse files
authored
Create cast-imaging-analyzer.yml
1 parent 4dd9410 commit 3aa0bfc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Imaging Cloud Analyzer Action
2+
env:
3+
version: 1
4+
on:
5+
push:
6+
branches:
7+
- master
8+
- main
9+
workflow_dispatch:
10+
jobs:
11+
run-imaging-cloud-analyzer:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout code
15+
uses: actions/checkout@v4
16+
- name: Run Imaging Cloud Action
17+
run: |
18+
cd ${{github.workspace}}
19+
docker run -v $(pwd):/home/carl/extras/source -e IMAGING_CLOUD_API_KEY=${{secrets.IMAGING_CLOUD_API_KEY}} -e REPO_URL=${{github.server_url}}/${{github.repository}} -e IMAGING_CLOUD_ACTION_FILE_VERSION=${{env.version}} -e IMAGING_CLOUD_URL="https://imaging-dev.castsoftware.io" castimaging/imaging-cloud-action:dev

0 commit comments

Comments
 (0)