Skip to content

Commit

Permalink
Merge pull request #275 from jasminabrar/use-main-repo-image
Browse files Browse the repository at this point in the history
use image stored in SiEPIC/SiEPIC_EBeam_PDK (instead of my forked repo)
  • Loading branch information
lukasc-ubc authored Dec 7, 2023
2 parents 8be9969 + 9a73135 commit ee2b8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/EBeam_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
ref: ${{ github.ref }}

- name: Pull siepic_klayout image
run: docker pull ghcr.io/jasminabrar/siepic_ebeam_pdk/siepic_klayout:master-latest
run: docker pull ghcr.io/siepic/siepic_ebeam_pdk/siepic_klayout:master-latest

- name: Run docker container from image
run: docker run -itd --name ebeam_test -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --security-opt label=type:container_runtime_t ghcr.io/jasminabrar/siepic_ebeam_pdk/siepic_klayout:master-latest
run: docker run -itd --name ebeam_test -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --security-opt label=type:container_runtime_t ghcr.io/siepic/siepic_ebeam_pdk/siepic_klayout:master-latest

- name: Copy pymacros folder to docker container
run: docker cp $GITHUB_WORKSPACE/klayout/EBeam/pymacros ebeam_test:/home/pymacros
Expand Down

0 comments on commit ee2b8a3

Please sign in to comment.