Skip to content

Commit

Permalink
remove actual build from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide authored Nov 12, 2024
1 parent 1de3e0a commit f9b0b24
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dev-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: "image name from repo name"
id: docker_image_name
run: echo "docker_image=${{ github.repository }}" | tr '[:upper:]' '[:lower:]' |sed 's/[^0-9,a-z,A-Z,=,_,\/]/-/g' >>${GITHUB_OUTPUT}
- name: Build dev container task
uses: devcontainers/[email protected]
with:
imageName: lcas.lincoln.ac.uk/devcontainer/${{ steps.docker_image_name.outputs.docker_image }}
configFile: ./.devcontainer/${{ matrix.config }}/devcontainer.json
push: never
imageTag: ${{ matrix.config }}-${{ env.BRANCH }}
#runCmd: "bash .devcontainer/run-ci.sh"
#- name: Build dev container task
# uses: devcontainers/[email protected]
# with:
# imageName: lcas.lincoln.ac.uk/devcontainer/${{ steps.docker_image_name.outputs.docker_image }}
# configFile: ./.devcontainer/${{ matrix.config }}/devcontainer.json
# push: never
# imageTag: ${{ matrix.config }}-${{ env.BRANCH }}
# #runCmd: "bash .devcontainer/run-ci.sh"

0 comments on commit f9b0b24

Please sign in to comment.