[bitnami/containers] Add publish osspi feature (#21804)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
parent
a54f9eab82
commit
2dcdaff7b1
|
|
@ -39,7 +39,6 @@ jobs:
|
|||
echo "containers=${containers}" >> $GITHUB_OUTPUT
|
||||
- id: get-registry-credentials
|
||||
name: Get marketplace's registry credentials
|
||||
if: ${{ steps.get-artifacts.output.packages_json_url != '' }}
|
||||
run: |
|
||||
# csp_auth_token=$(curl -s -H 'Content-Type: application/x-www-form-urlencoded' -X POST -d "grant_type=refresh_token&api_token=${{ secrets.PROD_MARKETPLACE_API_TOKEN }}" https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize | jq -re .access_token)
|
||||
# repo_info=$(curl -s -X POST -H "Content-Type: application/json" -H "csp-auth-token:$csp_auth_token" -d '{"withCredentials":true, "storageType":"OCI"}' https://gtw.marketplace.cloud.vmware.com/api/v1/repositories/transient)
|
||||
|
|
@ -84,4 +83,4 @@ jobs:
|
|||
VIB_ENV_ROLLING_TAGS: "${{ toJSON(matrix.container.rolling_tags) }}"
|
||||
VIB_ENV_REGISTRY_URL: "${{ secrets.PROD_MARKETPLACE_REGISTRY_URL }}"
|
||||
VIB_ENV_REGISTRY_USERNAME: "${{ needs.get-metadata.outputs.marketplace_user }}"
|
||||
VIB_ENV_REGISTRY_PASSWORD: "${{ needs.get-metadata.outputs.marketplace_passwd }}"
|
||||
VIB_ENV_REGISTRY_PASSWORD: "${{ needs.get-metadata.outputs.marketplace_passwd }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue