From 3edb817e1f6e0ac80718a000eab804525b6d3fa6 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Mon, 5 Aug 2024 17:08:03 +0200 Subject: [PATCH] Tag Python test-services image too with localhost --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index f3a299f..91a3d48 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -99,7 +99,7 @@ jobs: file: "test-services/Dockerfile" push: false load: true - tags: restatedev/test-services:latest + tags: localhost/restatedev/test-services:latest cache-from: type=gha,scope=${{ github.workflow }} cache-to: type=gha,mode=max,scope=${{ github.workflow }} @@ -107,7 +107,7 @@ jobs: - name: Run test suite env: RESTATE_CONTAINER_IMAGE: ${{ inputs.restateCommit != '' && 'localhost/restatedev/restate-commit-download:latest' || (inputs.restateImage != '' && inputs.restateImage || 'ghcr.io/restatedev/restate:main') }} - run: java -jar restate-sdk-test-suite.jar run --report-dir=test-report --exclusions-file test-services/exclusions.yaml restatedev/test-services:latest + run: java -jar restate-sdk-test-suite.jar run --report-dir=test-report --exclusions-file test-services/exclusions.yaml localhost/restatedev/test-services:latest # Upload logs and publish test result - uses: actions/upload-artifact@v4