We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d29536 commit dc69cc5Copy full SHA for dc69cc5
3 files changed
.github/workflows/arch.yaml
@@ -11,7 +11,7 @@ on:
11
- 'v*'
12
13
env:
14
- OCI_REPO: ghcr.io/${{ github.repository }}/arch
+ OCI_REPO: ghcr.io/${{ github.repository }}-arch
15
16
permissions:
17
contents: read
.github/workflows/nobara.yaml
- OCI_REPO: ghcr.io/${{ github.repository }}/nobara
+ OCI_REPO: ghcr.io/${{ github.repository }}-nobara
.github/workflows/ubuntu.yaml
- OCI_REPO: ghcr.io/${{ github.repository }}/ubuntu
+ OCI_REPO: ghcr.io/${{ github.repository }}-ubuntu
0 commit comments