Skip to content

Commit a2ae5a4

Browse files
authored
fix/check ci (#12)
1 parent 73c6670 commit a2ae5a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-sign-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
REGISTRY: ghcr.io
1919
REGISTRY_USERNAME: ${{ github.actor }}
2020
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
OCI_PATH: ${{ env.REGISTRY }}/${{ github.repository_owner }}
21+
OCI_PATH: ghcr.io/${{ github.repository_owner }}
2222

2323
steps:
2424
- name: Checkout Code

traefik/zarf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ variables:
3434
default: "{}" # Default to empty for K3s/On-prem, or
3535
# example: zarf package deploy --set LOADBALANCER_SERVICE_ANNOTATIONS='{service.beta.kubernetes.io/aws-load-balancer-type: "nlb"}'
3636

37+

0 commit comments

Comments
 (0)