Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Commit 021f0cf

Browse files
committed
fix
1 parent 1546822 commit 021f0cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ jobs:
311311
TAGS: ${{ steps.push.outputs.outputs && fromJSON(steps.push.outputs.outputs).digest }}
312312
COSIGN_EXPERIMENTAL: false
313313
COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
314+
LOWERCASE: ${{ steps.registry_case.outputs.lowercase }}
315+
IMAGE_NAME: ${{ env.IMAGE_NAME }}
314316

315317
- name: Add SBOM Attestation
316318
if: false

0 commit comments

Comments
 (0)