Skip to content

Commit

Permalink
GHA: back to quay.io
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
  • Loading branch information
rpardini committed Mar 25, 2024
1 parent 44db3b0 commit 52f87ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-all-matrix.yaml
Expand Up @@ -7,9 +7,9 @@ on:

env: # Global environment, passed to all jobs & all steps
# Unfortunately quay.io seems to go down a lot. Allow to use ghcr.io easily:
REGISTRY: "ghcr.io" # or quay.io, determines which will be logged-in to
HOOK_KERNEL_OCI_BASE: "ghcr.io/${{ github.repository_owner }}/tinkerbell/kernel-"
HOOK_LK_CONTAINERS_OCI_BASE: "ghcr.io/${{ github.repository_owner }}/tinkerbell/linuxkit-"
REGISTRY: "quay.io" # or quay.io, determines which will be logged-in to
#HOOK_KERNEL_OCI_BASE: "ghcr.io/${{ github.repository_owner }}/tinkerbell/kernel-"
#HOOK_LK_CONTAINERS_OCI_BASE: "ghcr.io/${{ github.repository_owner }}/tinkerbell/linuxkit-"

jobs:

Expand Down

0 comments on commit 52f87ed

Please sign in to comment.