From 00a7182d1580cc6d510e7c7879d2fcd4a4afd52a Mon Sep 17 00:00:00 2001 From: Red_Shot_Eyes Date: Wed, 2 Sep 2026 14:14:08 -0700 Subject: [PATCH] D-Capture workflow configuration --- .github/workflows/{test.yml => D-Capture.yml} | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) rename .github/workflows/{test.yml => D-Capture.yml} (96%) diff --git a/.github/workflows/test.yml b/.github/workflows/D-Capture.yml similarity index 96% rename from .github/workflows/test.yml rename to .github/workflows/D-Capture.yml index 86b81e9..75b0f1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/D-Capture.yml @@ -1,4 +1,4 @@ -name: Test +name: Resolume_D-Capture on: pull_request: @@ -11,20 +11,27 @@ on: jobs: test: permissions: + contents: read pull-requests: write + runs-on: ubuntu-latest + steps: - name: Checkout uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - name: Hub Login uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PAT }} + - name: Set up QEMU uses: docker/setup-qemu-action@v3 + - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + - name: Build uses: docker/build-push-action@v5 with: @@ -32,23 +39,27 @@ jobs: push: false load: true tags: docker/scout-demo-service:fix + - name: TEST quickview no image uses: ./ with: command: quickview write-comment: false + - name: TEST quickview uses: ./ with: command: quickview image: docker/scout-demo-service:main write-comment: false + - name: TEST cves uses: ./ with: command: cves image: docker/scout-demo-service:main write-comment: false + - name: TEST compare images uses: ./ with: