mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-02-13 11:36:28 +00:00
fix prod image tag
This commit is contained in:
parent
84c02e3745
commit
a8f6ff96bd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -62,5 +62,5 @@ jobs:
|
||||
context: .
|
||||
file: ${{ env.DOCKER_FILE }}
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: bittorrent-benchmarks:latest
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
@ -7,8 +7,6 @@ RUN pip install poetry && poetry config virtualenvs.create false
|
||||
RUN mkdir /opt/bittorrent-benchmarks
|
||||
WORKDIR /opt/bittorrent-benchmarks
|
||||
|
||||
RUN echo "CU"
|
||||
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
RUN if [ "$BUILD_TYPE" = "production" ]; then \
|
||||
echo "Image is a production build"; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user