Skip to content

Commit f4518de

Browse files
committed
ci: Fix delete package versions
1 parent 29011c4 commit f4518de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
package-name: ${{ github.event.repository.name }}
116116
package-type: container
117-
owner: ${{ secrets.MACHINE_USER }}
117+
owner: ${{ vars.GHCR_OWNER }}
118118
min-versions-to-keep: 2 # Keeps the 2 most recent versions (latest and previous)
119119
token: ${{ secrets.MACHINE_PAT }}
120120

0 commit comments

Comments
 (0)