We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cfe7e commit c6a7c68Copy full SHA for c6a7c68
1 file changed
.github/workflows/dev_sandbox_publish_deploy.yaml
@@ -110,13 +110,14 @@ jobs:
110
make construct-spec APIM_ENV=sandbox
111
make generate-sandbox-spec
112
113
+ - name: Build and publish sandbox Docker image
114
+ run: |
115
+ make build-and-publish-sandbox-image
116
+
117
- name: Deploy sandbox spec to Proxygen
118
run: |
119
proxygen instance deploy sandbox eligibility-signposting-api build/specification/sandbox/eligibility-signposting-api.yaml --no-confirm
120
- - name: Build and publish sandbox Docker image
- run: |
- make build-and-publish-sandbox-image
121
122
123
publish_postman:
0 commit comments