Skip to content

Commit

Permalink
Merge pull request #546 from HumairAK/update_build_sources
Browse files Browse the repository at this point in the history
add v2 image sources and update paths.
  • Loading branch information
HumairAK authored Jan 19, 2024
2 parents 679bf3e + 55f378f commit f35ea4e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ env:
IMAGE_REPO_SWF: ds-pipelines-scheduledworkflow
IMAGE_REPO_VC: ds-pipelines-viewercontroller
IMAGE_REPO_ARTIFACT: ds-pipelines-artifact-manager
IMAGE_REPO_LAUNCHER: ds-pipelines-launcher
IMAGE_REPO_DRIVER: ds-pipelines-driver
IMAGE_REPO_MLMD_WRITER: ds-pipelines-metadata-writer
IMAGE_REPO_MLMD_ENVOY: ds-pipelines-metadata-envoy
IMAGE_REPO_MLMD_GRPC: ds-pipelines-metadata-grpc
Expand Down Expand Up @@ -168,7 +170,7 @@ jobs:
GH_REPO: ${{ inputs.dsp_org_repo }}
OVERWRITE: ${{ env.OVERWRITE_IMAGES }}

ARTIFACT-build:
DRIVER-build:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -177,12 +179,12 @@ jobs:
- uses: ./.github/actions/build
name: Build Image
with:
IMAGE_REPO: ${{ env.IMAGE_REPO_ARTIFACT }}
DOCKERFILE: backend/artifact_manager/Dockerfile
IMAGE_REPO: ${{ env.IMAGE_REPO_DRIVER }}
DOCKERFILE: backend/Dockerfile.driver
GH_REPO: ${{ inputs.dsp_org_repo }}
OVERWRITE: ${{ env.OVERWRITE_IMAGES }}

MLMD_WRITER-build:
LAUNCHER-build:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -191,8 +193,8 @@ jobs:
- uses: ./.github/actions/build
name: Build Image
with:
IMAGE_REPO: ${{ env.IMAGE_REPO_MLMD_WRITER }}
DOCKERFILE: backend/metadata_writer/Dockerfile
IMAGE_REPO: ${{ env.IMAGE_REPO_LAUNCHER }}
DOCKERFILE: backend/Dockerfile.launcher
GH_REPO: ${{ inputs.dsp_org_repo }}
OVERWRITE: ${{ env.OVERWRITE_IMAGES }}

Expand Down

0 comments on commit f35ea4e

Please sign in to comment.