We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c6670 commit a2ae5a4Copy full SHA for a2ae5a4
.github/workflows/build-sign-push.yml
@@ -18,7 +18,7 @@ jobs:
18
REGISTRY: ghcr.io
19
REGISTRY_USERNAME: ${{ github.actor }}
20
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21
- OCI_PATH: ${{ env.REGISTRY }}/${{ github.repository_owner }}
+ OCI_PATH: ghcr.io/${{ github.repository_owner }}
22
23
steps:
24
- name: Checkout Code
traefik/zarf.yaml
@@ -34,3 +34,4 @@ variables:
34
default: "{}" # Default to empty for K3s/On-prem, or
35
# example: zarf package deploy --set LOADBALANCER_SERVICE_ANNOTATIONS='{service.beta.kubernetes.io/aws-load-balancer-type: "nlb"}'
36
37
+
0 commit comments