From 2dcdaff7b181a4d7bc358992f076b27ce8bc1a38 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Tue, 7 Feb 2023 11:49:40 +0100 Subject: [PATCH] [bitnami/containers] Add publish osspi feature (#21804) Signed-off-by: Fran Mulero --- .github/workflows/cd-pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 548e40e93958..c66457a72c7b 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -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 }}" \ No newline at end of file + VIB_ENV_REGISTRY_PASSWORD: "${{ needs.get-metadata.outputs.marketplace_passwd }}"