From 1b96715ac708d88ed49dff7c9cd327dcd04217ae Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Tue, 19 Nov 2024 09:14:20 +0700 Subject: [PATCH] use develop image tag for lexbox-hgweb and fw-headless in gha integration tests --- deployment/gha/kustomization.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/gha/kustomization.yaml b/deployment/gha/kustomization.yaml index d3a7091e4..0e5e3ec23 100644 --- a/deployment/gha/kustomization.yaml +++ b/deployment/gha/kustomization.yaml @@ -21,4 +21,6 @@ images: - name: ghcr.io/sillsdev/lexbox-ui newTag: develop - name: ghcr.io/sillsdev/lexbox-hgweb - newTag: latest + newTag: develop + - name: ghcr.io/sillsdev/lexbox-fw-headless + newTag: develop