Skip to content

Commit

Permalink
fix image name for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Nov 22, 2024
1 parent fa69975 commit 501f219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hpo-e2e-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run : K3S_VERSION=${{ env.K3S_VERSION }} ./.github/workflows/e2e/scripts/setup-cluster.sh
- name: Import Images Into k3d
run: |
k3d image import ${REPO}/helm-project-operator:${TAG} -c "$CLUSTER_NAME";
k3d image import ${REPO}/prometheus-federator/helm-project-operator:${TAG} -c "$CLUSTER_NAME";
- name: Setup kubectl context
run: |
kubectl config use-context "k3d-$CLUSTER_NAME";
Expand Down

0 comments on commit 501f219

Please sign in to comment.