Skip to content

Commit 1949e62

Browse files
committed
fix missing dir
Signed-off-by: Tom Kennedy <[email protected]>
1 parent 3a7e76b commit 1949e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
id: promote
226226
run: |
227227
mkdir -p final-image-refs
228-
for image in images/*; do
228+
for image in "webhook" "setup-ca-certs"; do
229229
dev_image=$(cat $image)
230230
digest=$(echo $dev_image| cut -d "@" -f 2)
231231

0 commit comments

Comments
 (0)