From 0078389d6d4a23e1e50cc40c8be1a50f33b3e75d Mon Sep 17 00:00:00 2001 From: Arne Dumarey Date: Mon, 19 Feb 2024 15:20:49 +0100 Subject: [PATCH] fix: image name suspicious cases api --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c5a9891..b6d86236 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -288,7 +288,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - image: [ 'integration-veka', 'api-suspicious-cases' ] + image: [ 'integration-veka', 'suspicious-cases-api' ] steps: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1-node16