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.
2 parents 5b961be + 33be808 commit bb8d648Copy full SHA for bb8d648
.github/workflows/build-image-bundle.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: "Cache :: Image bundle :: Calculate cache key"
57
id: cache-image-bundle-calc-key
58
env:
59
- HASH_VALUE: ${{ hashFiles('Makefile', '${{ inputs.image-bundle-name }}-images.txt', 'cmd/airgap/*', 'pkg/airgap/*') }}
+ HASH_VALUE: ${{ hashFiles('Makefile', format('{0}-images.txt', inputs.image-bundle-name), 'cmd/airgap/*', 'pkg/airgap/*') }}
60
run: |
61
printf 'cache-key=build-%s-image-bundle-%s-%s-%s\n' "$IMAGE_BUNDLE_NAME" "$TARGET_OS" "$TARGET_ARCH" "$HASH_VALUE" >> "$GITHUB_OUTPUT"
62
0 commit comments