Re-add final lines of DEV container to DEV stage of dockerfile #78
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
pull_request: | |
jobs: | |
build-image: | |
uses: ./.github/workflows/_build-image.yml | |
build: | |
needs: build-image | |
uses: ./.github/workflows/_build.yml | |
docs: | |
uses: ./.github/workflows/_docs.yml | |
release: | |
needs: build | |
uses: ./.github/workflows/_release.yml | |
conainer-release: | |
needs: build | |
uses: ./.github/workflows/_container-release.yml |