Skip to content

Commit 9d2e65e

Browse files
committed
update
1 parent d393662 commit 9d2e65e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,3 @@ jobs:
7777
gh api -X DELETE -H "Accept: application/vnd.github+json" \
7878
"/users/${OWNER}/packages/container/${PACKAGE}/versions/${VERSION_ID}"
7979
done
80-
81-
82-
OWNER="shindy-dev" # 組織またはユーザー名
83-
PACKAGE="synpage" # パッケージ名
84-
85-
gh api -H "Accept: application/vnd.github+json" \
86-
"/users/${OWNER}/packages/container/${PACKAGE}/versions" \
87-
--paginate | jq '.[] | select(.metadata.container.tags | length == 0) | {id: .id, created: .created_at}'

0 commit comments

Comments
 (0)