From c9ed80bfdc881a44c8a384ada883ca7311c18d6c Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 23 Oct 2023 07:52:20 +1000 Subject: [PATCH 1/2] fix(devops): Use correct name for cd-build-zcash-params.yml --- .../{sub-build-zcash-params.yml => cd-build-zcash-params.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{sub-build-zcash-params.yml => cd-build-zcash-params.yml} (96%) diff --git a/.github/workflows/sub-build-zcash-params.yml b/.github/workflows/cd-build-zcash-params.yml similarity index 96% rename from .github/workflows/sub-build-zcash-params.yml rename to .github/workflows/cd-build-zcash-params.yml index ee08b6fd3c2..cbcae678679 100644 --- a/.github/workflows/sub-build-zcash-params.yml +++ b/.github/workflows/cd-build-zcash-params.yml @@ -28,7 +28,7 @@ on: # workflow definitions - 'docker/zcash-params/Dockerfile' - '.dockerignore' - - '.github/workflows/sub-build-zcash-params.yml' + - '.github/workflows/cd-build-zcash-params.yml' - '.github/workflows/sub-build-docker-image.yml' jobs: From 58d819b518a8ec54f4af3023f053f44ce45f5133 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 23 Oct 2023 07:54:39 +1000 Subject: [PATCH 2/2] Rename link in Dockerfile --- docker/zcash-params/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/zcash-params/Dockerfile b/docker/zcash-params/Dockerfile index dce8153d185..4f25bbba17a 100644 --- a/docker/zcash-params/Dockerfile +++ b/docker/zcash-params/Dockerfile @@ -1,7 +1,7 @@ # This image is for caching Zcash Sprout and Sapling parameters. # We don't test it automatically in CI due to download server rate-limiting. # To manually run it on the PR branch before merging, go to: -# https://github.com/ZcashFoundation/zebra/actions/workflows/zcash-params.yml +# https://github.com/ZcashFoundation/zebra/actions/workflows/cd-build-zcash-params.yml FROM debian:bullseye-slim AS release