From 13ff62012c83746f12597149aa18d6883f8c79e0 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 11 May 2026 10:17:18 -0700 Subject: [PATCH] fix name of docker retrieval step --- .github/workflows/common_deploy_jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_deploy_jobs.yml b/.github/workflows/common_deploy_jobs.yml index 911b4af22..79bc028f9 100644 --- a/.github/workflows/common_deploy_jobs.yml +++ b/.github/workflows/common_deploy_jobs.yml @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@v6.0.2 with: persist-credentials: false - - name: Retrieve Certbot snaps + - name: Retrieve Docker images uses: actions/download-artifact@v8.0.1 with: name: docker_${{ matrix.DOCKER_ARCH }}