Skip to content

Commit

Permalink
chore: CI - Fix cache key computation in Go integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi committed Apr 5, 2024
1 parent 804eabd commit 106d247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 106d247

Please sign in to comment.