Skip to content

Commit 2fee039

Browse files
committed
ci: fix docker build
1 parent 7186a62 commit 2fee039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV BINARY_PATH="/usr/local/bin/${BINARY_NAME}"
1111
LABEL org.opencontainers.image.source="https://github.com/${GITHUB_REPOSITORY}"
1212

1313
# Copy the appropriate binary
14-
COPY "dist/${BINARY_NAME}-${VERSION}-linux-${TARGETARCH}${TARGETVARIANT:+-${TARGETVARIANT}}" "${BINARY_PATH}"
14+
COPY "dist/${BINARY_NAME}-${VERSION}-linux-${TARGETARCH}${TARGETVARIANT}" "${BINARY_PATH}"
1515

1616
# Make sure the binary is executable
1717
RUN chmod +x "${BINARY_PATH}"

0 commit comments

Comments
 (0)