Skip to content

Commit

Permalink
Fixing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
freol35241 committed May 18, 2022
1 parent a772d20 commit a3f8d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit a3f8d5d

Please sign in to comment.