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

Commit 44bc3d0

Browse files
zyoshokamattyatea
authored andcommitted
fix(workflow): correct references to built image's ID (misskey-dev#16391)
1 parent 1c5c294 commit 44bc3d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dockle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cp ./compose_example.yml ./compose.yml
2626
- run: |
2727
docker compose up -d web
28-
docker tag "$(docker compose images web | awk 'OFS=":" {print $4}' | tail -n +2)" misskey-web:latest
28+
docker tag "$(docker compose images --format json web | jq -r '.[] | .ID')" misskey-web:latest
2929
- run: |
3030
cmd="dockle --exit-code 1 misskey-web:latest ${image_name}"
3131
echo "> ${cmd}"

0 commit comments

Comments
 (0)