File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 with :
150150 image-registry-uri : oci.stackable.tech
151151 image-registry-username : robot$sdp+github-action-build
152- image-registry-password : ${{ secrets.harbor-robot-secret }}
152+ image-registry-password : ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
153153 image-repository : sdp/${{ env.OPERATOR_NAME }}
154154 image-manifest-tag : ${{ steps.build.outputs.image-manifest-tag }}
155155 source-image-uri : ${{ steps.build.outputs.image-manifest-uri }}
@@ -167,7 +167,7 @@ jobs:
167167 with :
168168 image-registry-uri : oci.stackable.tech
169169 image-registry-username : robot$sdp+github-action-build
170- image-registry-password : ${{ secrets.harbor-robot-secret }}
170+ image-registry-password : ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
171171 image-repository : sdp/${{ env.OPERATOR_NAME }}
172172 image-index-manifest-tag : ${{ needs.build-image.outputs.operator-version }}
173173
You can’t perform that action at this time.
0 commit comments