diff --git a/.github/workflows/Scripted_Layout.yml b/.github/workflows/Scripted_Layout.yml index 791e6230..ae51475a 100644 --- a/.github/workflows/Scripted_Layout.yml +++ b/.github/workflows/Scripted_Layout.yml @@ -37,10 +37,10 @@ jobs: # NOTE: I am currently encountering many errors when trying to use python, can just follow same process as ebeam pdk where we copy over changed files - name: Pull siepic_klayout image - run: docker pull ghcr.io/jasminabrar/siepic-tools/siepic_klayout:master-latest + run: docker pull ghcr.io/jasminabrar/siepic-tools/siepic_klayout:match-ebeam-latest - name: Run docker container from image - run: docker run -itd --name scripted_layout -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --security-opt label=type:container_runtime_t ghcr.io/jasminabrar/siepic-tools/siepic_klayout:master-latest + run: docker run -itd --name scripted_layout -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --security-opt label=type:container_runtime_t ghcr.io/jasminabrar/siepic-tools/siepic_klayout:match-ebeam-latest - name: Fetch changes from main repository run: git fetch https://github.com/SiEPIC/SiEPIC-Tools.git master