From d2aac4d34fec2522f224d648923deaacb0192ef2 Mon Sep 17 00:00:00 2001 From: Shelby Holden Date: Fri, 8 Nov 2024 13:28:21 -0500 Subject: [PATCH] wip --- .github/workflows/dev-image-update.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/dev-image-update.yaml b/.github/workflows/dev-image-update.yaml index 3ab454d227..5e2f34f912 100644 --- a/.github/workflows/dev-image-update.yaml +++ b/.github/workflows/dev-image-update.yaml @@ -86,10 +86,6 @@ jobs: service_account: 'jade-k8-sa@broad-jade-dev.iam.gserviceaccount.com' - name: 'Release Candidate Container Build: Create release candidate images' run: | -# # extract service account credentials -# base64 --decode <<< ${{ secrets.SA_B64_CREDENTIALS }} > ${GOOGLE_APPLICATION_CREDENTIALS} -# jq -r .private_key ${GOOGLE_APPLICATION_CREDENTIALS} > ${GOOGLE_SA_CERT} -# chmod 644 ${GOOGLE_SA_CERT} # Set tag to semver version export GCR_TAG=${{ needs.bump_version.outputs.api_image_tag }} # Build, tag and push the image