We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f17425 commit c20e6b7Copy full SHA for c20e6b7
1 file changed
.github/workflows/wc-integration-test.yml
@@ -32,10 +32,10 @@ jobs:
32
id: runner-arch
33
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
34
with:
35
- path: ${{ runner.temp }}
+ path: ${{ runner.temp }}/digests-${{ inputs.flavor }}-${{ steps.runner-arch.outputs.arch }}
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 }}
+ working-directory: ${{ runner.temp }}/digests-${{ inputs.flavor }}-${{ steps.runner-arch.outputs.arch }}
39
env:
40
GH_REPO: ${{ github.repository }}
41
id: set-container
0 commit comments