Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 0a99ce5

Browse files
committed
feat: improve ci-docker.yml
Signed-off-by: PhantomMaa <[email protected]>
1 parent bd8d6e1 commit 0a99ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ jobs:
179179
gh api \
180180
--method DELETE \
181181
-H "Accept: application/vnd.github+json" \
182-
"/users/${{ github.repository_owner }}/packages/container/${{ github.event.repository.name }}%2Ftemp" || true
182+
"/users/${{ github.repository_owner }}/packages/container/${{ github.event.repository.name }}/temp" || true
183183
184184
echo "Temp image deletion attempts completed. If all failed, the package may not exist or require different permissions."

0 commit comments

Comments
 (0)