Skip to content

Commit

Permalink
fix(workflows): patch reversed launcher / driver in workflow matrix (#…
Browse files Browse the repository at this point in the history
…11238)

Signed-off-by: carter.fendley <[email protected]>
  • Loading branch information
CarterFendley authored Sep 23, 2024
1 parent ea8f37c commit ceeda01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
- image: kfp-visualization-server
dockerfile: backend/Dockerfile.visualization
- image: kfp-launcher
dockerfile: backend/Dockerfile.driver
- image: kfp-driver
dockerfile: backend/Dockerfile.launcher
- image: kfp-driver
dockerfile: backend/Dockerfile.driver
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit ceeda01

Please sign in to comment.