Skip to content

Commit dcfa471

Browse files
authored
Merge pull request #1419 from elezar/ubi9-fixup
[no-relnote] Fix image tag in tests
2 parents 6b81a06 + 2e385b6 commit dcfa471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
KUBECONFIG: ${{ github.workspace }}/kubeconfig
6161
E2E_IMAGE_REPO: ghcr.io/nvidia/k8s-device-plugin
62-
E2E_IMAGE_TAG: ${{ inputs.version }}-ubi9
62+
E2E_IMAGE_TAG: ${{ inputs.version }}
6363
LOG_ARTIFACTS: ${{ github.workspace }}/e2e_logs
6464
run: |
6565
make test-e2e

0 commit comments

Comments
 (0)