There was an error while loading. Please reload this page.
1 parent 95b682d commit 1f17425Copy full SHA for 1f17425
1 file changed
.github/workflows/wc-integration-test.yml
@@ -35,7 +35,7 @@ jobs:
35
path: ${{ runner.temp }}
36
pattern: digests-${{ inputs.flavor }}-${{ steps.runner-arch.outputs.arch }}
37
- run: echo "container=$(printf "ghcr.io/${GH_REPO}-${CONTAINER_FLAVOR}@sha256:%s " *)" >> "$GITHUB_OUTPUT"
38
- working-directory: ${{ runner.temp }}/digests-${{ inputs.flavor }}-${{ steps.runner-arch.outputs.arch }}
+ working-directory: ${{ runner.temp }}
39
env:
40
GH_REPO: ${{ github.repository }}
41
id: set-container
0 commit comments