Skip to content

Commit 27996e3

Browse files
authored
Merge pull request #141 from crazy-max/build-fix-test
ci(test): fix digest output
2 parents 1fbf7b5 + 6f4f002 commit 27996e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
name: Scan for vulnerabilities
147147
uses: crazy-max/ghaction-container-scan@a0a3900b79d158c85ccf034e5368fae620a9233a # v4.0.0
148148
with:
149-
image: public.ecr.aws/q3b5f1u4/test-docker-action@${{ needs.build-aws.outputs.image-digest }}
149+
image: public.ecr.aws/q3b5f1u4/test-docker-action@${{ needs.build-aws.outputs.digest }}
150150

151151
build-aws-nosign:
152152
uses: ./.github/workflows/build.yml

0 commit comments

Comments
 (0)