From c6a7c68e5e2c2396fe4c251761860b85af733e66 Mon Sep 17 00:00:00 2001 From: Edd Almond <102675624+eddalmond1@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:28:09 +0000 Subject: [PATCH] eja - switching order of sandbox publsh to deploy docker image first --- .github/workflows/dev_sandbox_publish_deploy.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev_sandbox_publish_deploy.yaml b/.github/workflows/dev_sandbox_publish_deploy.yaml index eb7ae57..4b5edc0 100644 --- a/.github/workflows/dev_sandbox_publish_deploy.yaml +++ b/.github/workflows/dev_sandbox_publish_deploy.yaml @@ -110,13 +110,14 @@ jobs: make construct-spec APIM_ENV=sandbox make generate-sandbox-spec + - name: Build and publish sandbox Docker image + run: | + make build-and-publish-sandbox-image + - name: Deploy sandbox spec to Proxygen run: | proxygen instance deploy sandbox eligibility-signposting-api build/specification/sandbox/eligibility-signposting-api.yaml --no-confirm - - name: Build and publish sandbox Docker image - run: | - make build-and-publish-sandbox-image publish_postman: