File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 66 branches :
77 - main
88
9- permissions :
9+ permissions :
1010 contents : write # we need this to be able to push tags
1111 pull-requests : read # we need this to be able to read pull-requests body
1212 issues : read # we need this to be able to read pull-requests body
1313 packages : write # we need this to be able to push ocm packages
1414 attestations : write # we need this to be able to push ocm packages
1515 id-token : write # we need this to be able to push ocm packages
16+
1617env :
17- OCI_URL : ghcr.io/openmcp-project
18+ OCI_URL : ghcr.io/openmcp-project/components
1819
1920jobs :
2021 release_tag :
@@ -135,4 +136,4 @@ jobs:
135136 - name : Push CTF
136137 if : ${{ env.SKIP != 'true' }}
137138 run : |
138- ocm transfer ctf --overwrite ./openmcp-ctf/ ${{ env.OCI_URL }}
139+ ocm transfer ctf ./openmcp-ctf/ ${{ env.OCI_URL }}
Original file line number Diff line number Diff line change 1- v0.0.3
1+ v0.0.4
Original file line number Diff line number Diff line change 22
33components :
44 - name : github.com/openmcp-project/openmcp
5+ labels :
6+ - name : " org.opencontainers.image.source"
7+ value : " https://github.com/openmcp-project/openmcp"
58 version : " ${OPENMCP_VERSION}"
69 provider :
710 name : openmcp-project
Original file line number Diff line number Diff line change 1- CONTROL_PLANE_OPERATOR_VERSION : " v0.1.5 "
1+ CONTROL_PLANE_OPERATOR_VERSION : " v0.1.8 "
22QUOTA_OPERATOR_VERSION : " v0.5.0"
33PROJECT_WORKSPACE_OPERATOR_VERSION : " v0.12.0"
44MCP_OPERATOR_VERSION : " v0.27.0"
You can’t perform that action at this time.
0 commit comments