File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ jobs:
5252 docker build \
5353 --no-cache \
5454 --file Dockerfile \
55- --tag ghcr.io/virtualcell/vcell-ai-website :${TAG_NAME} \
55+ --tag ghcr.io/virtualcell/vcell-ai-frontend :${TAG_NAME} \
5656 --label org.opencontainers.image.created=${CREATED} \
5757 --label org.opencontainers.image.license=MIT \
5858 .
59- docker push --all-tags ghcr.io/virtualcell/vcell-ai-website
59+ docker push --all-tags ghcr.io/virtualcell/vcell-ai-frontend
6060 popd
6161
6262 - name : Setup tmate session
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ COPY pyproject.toml poetry.lock* ./
1818# 6. Install dependencies (without virtualenvs, no-root to skip package install)
1919RUN poetry install --no-interaction --no-ansi --no-root
2020
21- # 7. Copy .env file
22- COPY .env ./
23-
2421# 8. Now copy the full project
2522COPY . .
2623
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ WORKDIR /app
88COPY package.json package-lock.json* pnpm-lock.yaml* ./
99RUN npm install
1010
11- # 4. Copy .env file
12- COPY .env ./
13-
1411# 5. Copy the rest of the app
1512COPY . .
1613
You can’t perform that action at this time.
0 commit comments