Skip to content

Commit

Permalink
fix: debug stage in container workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Sep 4, 2024
1 parent 94413bd commit 902cc2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
- name: Show tags
run: |
echo "Tags generated by metadata-action:\n"
tags = "${{ steps.metadata.output.tags }}"
for tag in ${{ tags }}; do
for tag in ${{ steps.metadata.output.tags }}; do
echo $tag
done
Expand Down

0 comments on commit 902cc2f

Please sign in to comment.