Skip to content

Commit 85913c8

Browse files
committed
remove more unnecessary lines
1 parent fe70a33 commit 85913c8

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -149,27 +149,27 @@ jobs:
149149
echo "$BFD_DEV_VERSION" | grep -P '^\d+\.\d+\.\d+-SNAPSHOT$'
150150
echo BFD_DEV_VERSION="${BFD_DEV_VERSION_OVERRIDE:-$BFD_DEV_VERSION_DEFAULT}" >> "$GITHUB_OUTPUT"
151151
152-
build-base-images:
153-
uses: ./.github/workflows/build-container-images.yml
154-
needs: compute-version-strings
155-
permissions:
156-
contents: read
157-
id-token: write
158-
with:
159-
branch: ${{ inputs.releaseBranch || github.ref_name }}
160-
versionTag: ${{ needs.compute-version-strings.outputs.bfd_release }}
161-
awsRegion: ${{ inputs.awsRegion }}
162-
# Build the base images prior to building the application images with jib in "run-mvn-release"
163-
# See .github/workflows/build_container_images_matrix.json for list of buildable images
164-
imagesCsv: "bfd-platform-base-java, bfd-platform-base-python"
165-
cleanupImageArtifacts: false # Keep the built images around so that they can be used for Jib
166-
skipBasePull: true # We're building the base images, so don't pull them
167-
tagLatest: ${{ !contains(needs.compute-version-strings.outputs.bfd_release, '-') }}
168-
secrets: inherit
152+
# build-base-images:
153+
# uses: ./.github/workflows/build-container-images.yml
154+
# needs: compute-version-strings
155+
# permissions:
156+
# contents: read
157+
# id-token: write
158+
# with:
159+
# branch: ${{ inputs.releaseBranch || github.ref_name }}
160+
# versionTag: ${{ needs.compute-version-strings.outputs.bfd_release }}
161+
# awsRegion: ${{ inputs.awsRegion }}
162+
# # Build the base images prior to building the application images with jib in "run-mvn-release"
163+
# # See .github/workflows/build_container_images_matrix.json for list of buildable images
164+
# imagesCsv: "bfd-platform-base-java, bfd-platform-base-python"
165+
# cleanupImageArtifacts: false # Keep the built images around so that they can be used for Jib
166+
# skipBasePull: true # We're building the base images, so don't pull them
167+
# tagLatest: ${{ !contains(needs.compute-version-strings.outputs.bfd_release, '-') }}
168+
# secrets: inherit
169169

170170
run-mvn-release:
171171
runs-on: ubuntu-24.04-arm
172-
needs: [compute-version-strings, build-base-images]
172+
needs: [compute-version-strings]
173173
env:
174174
BFD_RELEASE: ${{ needs.compute-version-strings.outputs.bfd_release }}
175175
BFD_DEV_VERSION: ${{ needs.compute-version-strings.outputs.bfd_dev_version }}

0 commit comments

Comments
 (0)