mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
trying another quoting style for docker reference format
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
shell: bash
|
||||
- name: Save the Docker images
|
||||
run: |-
|
||||
DOCKER_IMAGES="$(docker images --filter reference='*/certbot' --filter reference='*/dns-*' --format '{{.Repository}}')"
|
||||
DOCKER_IMAGES="$(docker images --filter 'reference=*/certbot' --filter 'reference=*/dns-*' --format '{{.Repository}}')"
|
||||
docker save --output images.tar "$DOCKER_IMAGES"
|
||||
shell: bash
|
||||
# If the name of the tar file or artifact changes, the deploy stage will
|
||||
|
||||
Reference in New Issue
Block a user