Skip to content

Commit 12c020a

Browse files
committed
Fixed the Docker image binary filenames
1 parent 9438dae commit 12c020a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

provisioning/pbs.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm-slim
22
ARG BINARIES_PATH TARGETOS TARGETARCH
3-
COPY ${BINARIES_PATH}/commit-boost-pbs-${TARGETOS}-${TARGETARCH} /usr/local/bin
3+
COPY ${BINARIES_PATH}/commit-boost-pbs-${TARGETOS}-${TARGETARCH} /usr/local/bin/commit-boost-pbs
44
RUN apt-get update && apt-get install -y \
55
openssl \
66
ca-certificates \

provisioning/signer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bookworm-slim
22
ARG BINARIES_PATH TARGETOS TARGETARCH
3-
COPY ${BINARIES_PATH}/commit-boost-signer-${TARGETOS}-${TARGETARCH} /usr/local/bin
3+
COPY ${BINARIES_PATH}/commit-boost-signer-${TARGETOS}-${TARGETARCH} /usr/local/bin/commit-boost-signer
44
RUN apt-get update && apt-get install -y \
55
openssl \
66
ca-certificates \

0 commit comments

Comments
 (0)