We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b2b1a commit 76cd548Copy full SHA for 76cd548
.github/workflows/publish-binary.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v5
25
with:
26
- ref: perm-client-v0.47.1
+ ref: ${{ github.event.inputs.to }}
27
fetch-depth: 0
28
- name: Cargo build
29
uses: ./.github/workflow-templates/build-prod-binary
docker/moonbeam-production.Dockerfile
@@ -24,8 +24,6 @@ ENV PATH="/root/.cargo/bin:$PATH"
RUN rustup default stable
# rustup version are pinned in the rust-toolchain file
-ENV COMMIT="0b11a0e1a40421d1b35170bd2bbd94e3748f9188"
-
# Clone the Moonbeam repository
30
RUN echo "*** Cloning Moonbeam ***" && \
31
if git ls-remote --heads https://github.com/moonbeam-foundation/moonbeam.git $COMMIT | grep -q $COMMIT; then \
0 commit comments