From f06bb72dc7c4eefa17ffd86d4efb2d32087ded66 Mon Sep 17 00:00:00 2001 From: linozen Date: Mon, 19 Jul 2021 09:10:40 +0200 Subject: [PATCH] another --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5aab3cb..38c1cd4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,6 +50,6 @@ jobs: key: ${{ secrets.KEY }} script: | docker pull ghcr.io/snv-berlin/streamlit-ioi-base:latest - docker run streamlit-ioi-base:latest streamlit run --server.port 8501 explorer/all.py - docker run streamlit-ioi-base:latest streamlit run --server.port 8502 explorer/media.py - docker run streamlit-ioi-base:latest streamlit run --server.port 8503 explorer/civsoc.py + docker run ghcr.io/snv-berlin/streamlit-ioi-base:latest streamlit run --server.port 8501 explorer/all.py + docker run ghcr.io/snv-berlin/streamlit-ioi-base:latest streamlit run --server.port 8502 explorer/media.py + docker run ghcr.io/snv-berlin/streamlit-ioi-base:latest streamlit run --server.port 8503 explorer/civsoc.py