mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix name of docker retrieval step
This commit is contained in:
parent
fb0e11f112
commit
13ff62012c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/common_deploy_jobs.yml
vendored
2
.github/workflows/common_deploy_jobs.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue