55 branches :
66 - " main"
77 - " release-*"
8+ - " allies-release*"
89 pull_request :
910 branches :
1011 - " *"
@@ -95,42 +96,42 @@ jobs:
9596 - test-strimzi
9697 - build-containers
9798 - build-docs
98- if : ${{ github.ref == 'refs/heads/main' }}
99+ if : ${{ startsWith( github.ref, 'refs/heads/allies-release') }}
99100 runs-on : ubuntu-latest
100101 permissions :
101102 contents : read
102103 packages : write
103104 # Required for keyless signing with GitHub OIDC
104105 id-token : write
105106 env :
106- DOCKER_REGISTRY : " quay.io "
107- DOCKER_ORG : " strimzi"
107+ DOCKER_REGISTRY : " registry.nordix.org "
108+ DOCKER_ORG : " allies/ strimzi"
108109 DOCKER_TAG : " latest"
109110 steps :
110111 - uses : actions/checkout@v5
111112 - uses : ./.github/actions/build/containers-push
112113 with :
113114 architectures : " amd64,arm64,ppc64le,s390x"
114115 runnerArch : " amd64"
115- quayUser : ${{ secrets.QUAY_USER }}
116- quayPass : ${{ secrets.QUAY_PASS }}
116+ dockerUsername : ${{ secrets.DOCKER_USERNAME }}
117+ dockerToken : ${{ secrets.DOCKER_TOKEN }}
117118
118- # Publish Strimzi docs to the website - run only on main branch
119- publish-docs :
120- name : Publish Docs
121- needs :
122- - build-strimzi
123- - test-strimzi
124- - build-containers
125- - build-docs
126- if : ${{ github.ref == 'refs/heads/main' }}
127- runs-on : ubuntu-latest
128- steps :
129- - uses : actions/checkout@v5
130- - uses : ./.github/actions/build/publish-docs
131- with :
132- artifactName : " documentation.tar"
133- websiteDeployKey : ${{ secrets.WEBSITE_DEPLOY_KEY }}
119+ # # Publish Strimzi docs to the website - run only on main branch
120+ # publish-docs:
121+ # name: Publish Docs
122+ # needs:
123+ # - build-strimzi
124+ # - test-strimzi
125+ # - build-containers
126+ # - build-docs
127+ # if: ${{ github.ref == 'refs/heads/main' }}
128+ # runs-on: ubuntu-latest
129+ # steps:
130+ # - uses: actions/checkout@v5
131+ # - uses: ./.github/actions/build/publish-docs
132+ # with:
133+ # artifactName: "documentation.tar"
134+ # websiteDeployKey: ${{ secrets.WEBSITE_DEPLOY_KEY }}
134135
135136 # Deploy Strimzi Java artifacts - run only on main branch
136137 deploy-java :
@@ -140,7 +141,7 @@ jobs:
140141 - test-strimzi
141142 - build-containers
142143 - build-docs
143- if : ${{ github.ref == 'refs/heads/main' }}
144+ if : ${{ startsWith( github.ref, 'refs/heads/allies-release') }}
144145 runs-on : ubuntu-latest
145146 steps :
146147 - uses : actions/checkout@v5
@@ -149,5 +150,5 @@ jobs:
149150 runnerArch : " amd64"
150151 gpgPassphrase : ${{ secrets.GPG_PASSPHRASE }}
151152 gpgSigningKey : ${{ secrets.GPG_SIGNING_KEY }}
152- centralUsername : ${{ secrets.CENTRAL_USERNAME }}
153- centralPassword : ${{ secrets.CENTRAL_PASSWORD }}
153+ artifactoryUsername : ${{ secrets.ARTIFACTORY_USER }}
154+ artifactoryAccessToken : ${{ secrets.JF_ACCESS_TOKEN }}
0 commit comments