File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed
Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,16 @@ name: deploy-docs
22
33on :
44 workflow_dispatch :
5+ repository_dispatch :
6+ types : [trigger-downstream]
57 push :
6- branches : [ main ]
8+ branches : [main]
79
810env :
911 REGISTRY : ghcr.io
1012 IMAGE_NAME : ${{ github.repository }}
11- MODULE : hololinked-python-docs
12-
13+ MODULE : hololinked-python-docs
14+
1315jobs :
1416 build :
1517 name : build, sign & deploy
3032 - name : Install cosign
3133 uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
3234 with :
33- cosign-release : ' v2.2.4'
34-
35+ cosign-release : " v2.2.4"
36+
3537 - name : Install Skaffold
3638 run : |
3739 set -euo pipefail
6264 --push \
6365 --file-output build.out.json \
6466 -m ${{ env.MODULE }}
65-
66-
67+
6768 # Cosign sign each built image by digest from the skaffold build output (keyless with OIDC)
6869 - name : Cosign sign images
6970 run : |
7374 echo "Signing $REF"
7475 cosign sign --yes "$REF"
7576 done
76-
77+
7778 # Provide your cluster config (example expects a base64-encoded kubeconfig secret)
7879 - name : Configure kubeconfig
7980 env :
8788 run : |
8889 skaffold deploy \
8990 --build-artifacts build.out.json \
90- -m ${{ env.MODULE }}
91+ -m ${{ env.MODULE }}
Original file line number Diff line number Diff line change 33 80 ,120
44 ],
55 "editor.formatOnSave" : true ,
6- "[markdown]" : {
7- "editor.formatOnSave" : false
6+ "ruff.lineLength" : 120 ,
7+ "[yaml]" : {
8+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
9+ "editor.formatOnSave" : true ,
10+ "prettier.tabWidth" : 2
811 }
912}
You can’t perform that action at this time.
0 commit comments