Commit 43e2b720 authored by Nick Zenchik's avatar Nick Zenchik

Adding build to pre-release workflow

parent 58e04712
...@@ -12,6 +12,11 @@ jobs: ...@@ -12,6 +12,11 @@ jobs:
uses: "./.github/workflows/checks.yml" uses: "./.github/workflows/checks.yml"
secrets: inherit secrets: inherit
publish_image:
name: Publish Docker image
uses: './.github/workflows/publish-image.yml'
secrets: inherit
e2e_tests: e2e_tests:
name: Run e2e tests name: Run e2e tests
needs: checks needs: checks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment