Skip to content

Commit

Permalink
Fix combined_tags quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu committed Jan 16, 2025
1 parent 60478f2 commit 5b1d682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
else
combined_tags="${{ steps.meta.outputs.tags }}"
fi
echo 'combined_tags="$combined_tags"' >> $GITHUB_ENV
echo combined_tags="$combined_tags" >> $GITHUB_ENV
- name: Docker build
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 5b1d682

Please sign in to comment.