diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b0be022..64f3fb00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -226,7 +226,7 @@ jobs: release: name: 🚰 Release new version. - needs: [ native-build-osx, native-build-musl, native-build-linux, native-build-windows ] + needs: [ native-build-osx, native-build-musl, native-build-linux, native-build-windows, push_image_to_github ] runs-on: ubuntu-latest steps: diff --git a/docker/jvm.dock b/docker/jvm.dock index c1f52e26..7dd017c9 100644 --- a/docker/jvm.dock +++ b/docker/jvm.dock @@ -8,6 +8,6 @@ FROM ghcr.io/graalvm/graalvm-community:21 WORKDIR /usr/local/bin COPY --from=builder /root/hildr/hildr-node/build/docker/hildr-node.jar . -COPY --from=builder /root/hildr/start-hildr-node-java.sh . +COPY --from=builder /root/hildr/docker/start-hildr-node-java.sh . ENV HILDR_JAR /usr/local/bin/hildr-node.jar ENV HILDR_MAIN_CLASS io.optimism.Hildr