Skip to content

Commit c6a7c68

Browse files
committed
eja - switching order of sandbox publsh to deploy docker image first
1 parent 94cfe7e commit c6a7c68

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/dev_sandbox_publish_deploy.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,14 @@ jobs:
110110
make construct-spec APIM_ENV=sandbox
111111
make generate-sandbox-spec
112112
113+
- name: Build and publish sandbox Docker image
114+
run: |
115+
make build-and-publish-sandbox-image
116+
113117
- name: Deploy sandbox spec to Proxygen
114118
run: |
115119
proxygen instance deploy sandbox eligibility-signposting-api build/specification/sandbox/eligibility-signposting-api.yaml --no-confirm
116120
117-
- name: Build and publish sandbox Docker image
118-
run: |
119-
make build-and-publish-sandbox-image
120121
121122
122123
publish_postman:

0 commit comments

Comments
 (0)