From f54ab09b99d7cf62e772d6e3b7bf113ef98e3ac7 Mon Sep 17 00:00:00 2001 From: Ahmet Melek <39141206+ahmetmeleq@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:39:52 +0000 Subject: [PATCH] add missing double quote (#15) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b80d6fc..cdf7d4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: publish-images: strategy: matrix: - images: ["rocky9.2-9", rocky9.2-9-slim"] + images: ["rocky9.2-9", "rocky9.2-9-slim"] env: SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }} runs-on: ubuntu-latest