From 8697b913f3eaf09d91e80c58f711bf9fad41e52e Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 28 Apr 2026 14:14:00 -0700 Subject: [PATCH] trying another quoting style for docker reference format --- .github/workflows/docker_packaging_jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_packaging_jobs.yml b/.github/workflows/docker_packaging_jobs.yml index 4302c964d..97ae2893b 100644 --- a/.github/workflows/docker_packaging_jobs.yml +++ b/.github/workflows/docker_packaging_jobs.yml @@ -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