diff --git a/.github/workflows/dev_nifi.yaml b/.github/workflows/dev_nifi.yaml index 9045845..dd37369 100644 --- a/.github/workflows/dev_nifi.yaml +++ b/.github/workflows/dev_nifi.yaml @@ -75,8 +75,8 @@ jobs: uses: stackabletech/actions/publish-image@e8781161bc1eb037198098334cec6061fe24b6c3 # 0.0.2 with: image-registry-uri: oci.stackable.tech - image-registry-username: robot$sdp+github-action-build - image-registry-password: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} + image-registry-username: robot$stackable+github-action-build + image-registry-password: ${{ secrets.HARBOR_ROBOT_STACKABLE_GITHUB_ACTION_BUILD_SECRET }} image-repository: ${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }} image-manifest-tag: ${{ env.IMAGE_VERSION }}-${{ env.IMAGE_ARCH }} source-image-uri: localhost/${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION }}