Skip to content

Commit 1f45614

Browse files
committed
fix workflow
1 parent 795eac7 commit 1f45614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get update --fix-missing && \
3333
apt-get autoremove -y && \
3434
apt-get clean
3535

36-
COPY --from=build-image /tmp/docker /usr/local/bin/docker
36+
COPY --from=compile-image /tmp/docker /usr/local/bin/docker
3737
RUN chmod +x /usr/local/bin/docker
3838

3939
WORKDIR /opt/seatable-python-starter

0 commit comments

Comments
 (0)