Skip to content

Commit

Permalink
fix: docker release task
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod authored and GrapeBaBa committed Dec 8, 2023
1 parent 2851a68 commit 1aa3e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docker/jvm.dock
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1aa3e2d

Please sign in to comment.