From 106d247bc63fda55737ce3cfd7eace6b296399ca Mon Sep 17 00:00:00 2001 From: Jonathan Giannuzzi Date: Fri, 5 Apr 2024 10:43:26 +0100 Subject: [PATCH] chore: CI - Fix cache key computation in Go integration tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db654ca72..89594331c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: - name: Compute cache info id: cache-info run: | - image=$(yq .services.service.image < tests/integration/docker-compose.yml) + image=$(yq .services.integration-tests.image < tests/integration/docker-compose.yml) echo go-version=$(skopeo inspect docker://${image} | jq -r .Digest | cut -d: -f2) >> $GITHUB_OUTPUT - name: Setup cache