Skip to content

Commit

Permalink
fixing linting errors for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sadok-f committed Feb 25, 2024
1 parent 94a4f2a commit 5cd1a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5cd1a37

Please sign in to comment.