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

Commit 233b711

Browse files
committed
fix: lowercase
1 parent f44c87d commit 233b711

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
target: runtime
4646
push: true
4747
tags: |
48-
ghcr.io/${{ github.repository_owner }}/PJS2:latest
49-
ghcr.io/${{ github.repository_owner }}/PJS2:${{ github.sha }}
48+
ghcr.io/${{ github.repository_owner }}/pjs2:latest
49+
ghcr.io/${{ github.repository_owner }}/pjs2:${{ github.sha }}
5050
cache-from: type=gha
5151
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)