diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f22998f..d1c6620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} \ No newline at end of file diff --git a/bittorrent-benchmarks.Dockerfile b/bittorrent-benchmarks.Dockerfile index 372574a..e377749 100644 --- a/bittorrent-benchmarks.Dockerfile +++ b/bittorrent-benchmarks.Dockerfile @@ -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"; \