Skip to content

Commit cdd0871

Browse files
authored
Build and publish the sandbox docker image (#639)
* Build and publish the sandbox docker image * Remove feature branch testing
1 parent 708ddae commit cdd0871

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ jobs:
1717
deploy-key: "${{ github.ref_name == 'main' && 'dev' || 'demo' }}"
1818
#deploy-key: dev
1919

20+
build-image-sandbox:
21+
uses: ./.github/workflows/_docker-build-image.yml
22+
secrets: inherit
23+
with:
24+
app-name: sandbox
25+
tag-name: ${{ github.ref_name }}
26+
deploy-key: "${{ github.ref_name == 'main' && 'dev' || 'demo' }}"
27+
#deploy-key: dev
28+
2029
deploy:
2130
needs: [build-image-doj]
2231
uses: ./.github/workflows/_terraform-apply.yml

0 commit comments

Comments
 (0)