fix prod image tag

This commit is contained in:
gmega 2024-12-02 17:32:30 -03:00
parent 84c02e3745
commit a8f6ff96bd
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18
2 changed files with 1 additions and 3 deletions

View File

@ -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 }}

View File

@ -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"; \