Skip to content

Commit

Permalink
Build correct images for performance tests, UI tests and releases (#1125
Browse files Browse the repository at this point in the history
)
  • Loading branch information
triffer authored Nov 18, 2024
1 parent 730e84a commit b5903ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main
needs: [check-prerequisites]
with:
name: istio-manager
name: istio/releases/istio-manager
dockerfile: Dockerfile
context: .
build-args: |
Expand All @@ -54,7 +54,7 @@ jobs:
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main
needs: [ check-prerequisites ]
with:
name: istio-manager
name: istio/releases/istio-manager
dockerfile: Dockerfile
context: .
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build manager image
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
name: istio-manager
name: istio/main/istio-manager
dockerfile: Dockerfile
context: .
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests-periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Build manager image
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main
with:
name: istio-manager
name: istio/main/istio-manager
dockerfile: Dockerfile
context: .
build-args: |
Expand Down

0 comments on commit b5903ee

Please sign in to comment.