File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 types :
77 - released
88 - prereleased
9+ push :
10+ branches :
911 - ch-add-releases-workflow
1012
1113jobs :
2022 - name : Checkout
2123 uses : actions/checkout@v4
2224 with :
23- ref : staging
25+ ref : ch-add-releases-workflow
2426
2527 - name : Install (Buildx)
2628 uses : docker/setup-buildx-action@v3
5961 cache-from : type=gha
6062 cache-to : type=gha,mode=max
6163 context : .
62- file : docker/prod/ Dockerfile
64+ file : Dockerfile
6365 labels : ${{ steps.meta.outputs.labels }}
6466 push : true
6567 tags : ${{ steps.meta.outputs.tags }}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ COPY ./poetry.lock /app/poetry.lock
1616
1717COPY ./README.md /app/README.md
1818
19- RUN poetry install
19+ RUN poetry install --no-root
2020
2121COPY . /app
2222
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ COPY ./pyproject.toml /app/pyproject.toml
1414
1515COPY ./poetry.lock /app/poetry.lock
1616
17+ COPY ./README.md /app/README.md
1718
18- RUN poetry install
19+ RUN poetry install --no-root
1920
2021COPY . /app
2122
You can’t perform that action at this time.
0 commit comments