Skip to content

Commit

Permalink
reference the correct file.
Browse files Browse the repository at this point in the history
@asauber pointed out i referenced a Dockerfile that does not exist
anymore

Fixes: cilium#2755

Signed-off-by: Merijn Keppel <[email protected]>
  • Loading branch information
leppeK committed Sep 18, 2024
1 parent c69da57 commit 8aec284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dockerfile: ./Dockerfile
platforms: linux/amd64
- name: cilium-cli
dockerfile: ./Dockerfile-cli-only
dockerfile: ./Dockerfile
platforms: linux/amd64,linux/arm64
steps:
- name: Set up Docker Buildx
Expand Down

0 comments on commit 8aec284

Please sign in to comment.