File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v3
24
24
25
25
- name : Build image
26
- run : docker build . --file docker/Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
26
+ run : docker build docker --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
27
27
28
28
- name : Log into registry
29
29
run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ RUN apt-get update && apt-get -y full-upgrade && \
25
25
libzmq3-dev
26
26
27
27
WORKDIR /tmp/mdt-dialout-collector
28
- COPY docker/ scripts/grpc.sh scripts/
29
- COPY docker/ scripts/mdt_dialout_collector.sh scripts/
30
- COPY docker/ scripts/mdt_dialout_collector.conf /etc/opt/mdt-dialout-collector/
28
+ COPY scripts/grpc.sh scripts/
29
+ COPY scripts/mdt_dialout_collector.sh scripts/
30
+ COPY scripts/mdt_dialout_collector.conf /etc/opt/mdt-dialout-collector/
31
31
32
32
RUN ./scripts/grpc.sh
33
33
RUN rm -rf grpc
You can’t perform that action at this time.
0 commit comments