From 321b67cec39857a4ea8e131a999ad61f63102ac8 Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Fri, 15 Sep 2023 17:13:55 -0400 Subject: [PATCH] fix: TAG for conformance test ci wf --- .github/workflows/test.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 33ee6a9a..2813d90e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -123,9 +123,10 @@ jobs: - name: run conformance tests run: make test.conformance env: - BLIXT_CONTROLPLANE_IMAGE: "ghcr.io/kong/blixt-controlplane:conformance-tests" - BLIXT_DATAPLANE_IMAGE: "ghcr.io/kong/blixt-dataplane:conformance-tests" - BLIXT_UDP_SERVER_IMAGE: "ghcr.io/kong/blixt-udp-test-server:conformance-tests" + BLIXT_CONTROLPLANE_IMAGE: "ghcr.io/kong/blixt-controlplane" + BLIXT_DATAPLANE_IMAGE: "ghcr.io/kong/blixt-dataplane" + BLIXT_UDP_SERVER_IMAGE: "ghcr.io/kong/blixt-udp-test-server" + TAG: "conformance-tests" ## Upload diagnostics if conformance test step failed. - name: upload diagnostics