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