From 5cd1a374259fb4c645308b19866e0be859c76bdf Mon Sep 17 00:00:00 2001 From: Sadok Date: Sun, 25 Feb 2024 19:14:24 +0100 Subject: [PATCH] fixing linting errors for github actions --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b1b9b50d..396a7ce9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -149,8 +149,8 @@ jobs: name: Create manifest list and push working-directory: /tmp/digests run: | - docker buildx imagetools create "$(jq -cr '.tags | map(\"-t \" + .) | join(\" \")' <<< \"$DOCKER_METADATA_OUTPUT_JSON\") \ - $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)" + docker buildx imagetools create "$(jq -cr '.tags | map(\"-t \" + .) | join(\" \")' <<< "\$DOCKER_METADATA_OUTPUT_JSON\") \ + "$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)" - name: Inspect image run: |