Skip to content

Commit 2104425

Browse files
committed
debug actions
1 parent 47fe53e commit 2104425

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-test-sign-image.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ jobs:
121121
retention-days: 30
122122
if-no-files-found: ignore
123123

124+
# Push CI image so Trivy (and anything else) can pull it from the registry.
125+
- name: Push CI image to GHCR
126+
run: |
127+
docker push ${{ env.REGISTRY }}/${{ steps.image.outputs.name }}:ci-${{ github.sha }}
128+
124129
# Run your build/test script INSIDE the built image.
125130
# Assumes your image contains your package source (COPY . ...) and that this script exists.
126131
- name: Run build/test script inside image

0 commit comments

Comments
 (0)