Skip to content

Commit dc69cc5

Browse files
committed
chore: Use a dash for package names, cleaner
1 parent 8d29536 commit dc69cc5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/arch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'v*'
1212

1313
env:
14-
OCI_REPO: ghcr.io/${{ github.repository }}/arch
14+
OCI_REPO: ghcr.io/${{ github.repository }}-arch
1515

1616
permissions:
1717
contents: read

.github/workflows/nobara.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'v*'
1212

1313
env:
14-
OCI_REPO: ghcr.io/${{ github.repository }}/nobara
14+
OCI_REPO: ghcr.io/${{ github.repository }}-nobara
1515

1616
permissions:
1717
contents: read

.github/workflows/ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'v*'
1212

1313
env:
14-
OCI_REPO: ghcr.io/${{ github.repository }}/ubuntu
14+
OCI_REPO: ghcr.io/${{ github.repository }}-ubuntu
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)