Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 19, 2023
1 parent cf1e8cf commit 041d1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: github.event_name != 'pull_request'
id: image_description
run: |
echo "image_description=$(docker buildx bake --print | jq -r '.target.release.labels.\"org.opencontainers.image.description\"') >> $GITHUB_ENV
echo "image_description=$(docker buildx bake --print | jq -r '.target.release.labels.\"org.opencontainers.image.description\"')" >> $GITHUB_ENV
- name: Update Docker Hub Description
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 041d1a6

Please sign in to comment.