diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d47224..7770850 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,8 @@ jobs: file: Dockerfile push: true tags: | - ghcr.io/mo-rise/crowsnest-connector-netline:latest - ghcr.io/mo-rise/crowsnest-connector-netline:${{ github.event.release.tag_name }} + ghcr.io/mo-rise/crowsnest-processor-opendlv-radar:latest + ghcr.io/mo-rise/crowsnest-processor-opendlv-radar:${{ github.event.release.tag_name }} - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }} \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index ca01f58..ed9d994 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,5 @@ RUN mkdir brefv && \ COPY main.py main.py -COPY streamz_source_tcp_client.py streamz_source_tcp_client.py CMD ["python3", "main.py"] \ No newline at end of file