Skip to content

Commit

Permalink
fix: Use correct Docker image names
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
  • Loading branch information
e0ne committed Jan 6, 2025
1 parent 8a8a35b commit 85a5219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fork-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
matrix:
include:
- component: operator
image_name: mellanox
image_name: sriov-network-operator
dockerfile: Dockerfile
- component: config-daemon
image_name: mellanox-config-daemon
image_name: sriov-network-operator-config-daemon
dockerfile: Dockerfile.sriov-network-config-daemon
- component: webhook
image_name: mellanox-webhook
image_name: sriov-network-operator-webhook
dockerfile: Dockerfile.webhook
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 85a5219

Please sign in to comment.