Skip to content

Commit

Permalink
fix: TAG for conformance test ci wf
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Sep 18, 2023
1 parent 24daa75 commit 321b67c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 321b67c

Please sign in to comment.