Skip to content

Commit

Permalink
Added quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 4, 2024
1 parent 6f3a731 commit b81a1a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
- name: Print docker metadata tags and label
run: |
echo Tags
echo ${{ steps.meta.outputs.tags }}
echo Labels
echo ${{ steps.meta.outputs.labels }}
echo "Tags:"
echo "${{ steps.meta.outputs.tags }}"
echo "Labels:"
echo "${{ steps.meta.outputs.labels }}"
- name: Login to DockerHub
# if: github.event_name != 'pull_request'
Expand Down

0 comments on commit b81a1a9

Please sign in to comment.