Skip to content

Commit

Permalink
correct echo
Browse files Browse the repository at this point in the history
  • Loading branch information
davits committed Sep 4, 2023
1 parent a4110a4 commit 11bf6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
- name: print info
run: |
echo tags
echo "{{ steps.meta.outputs.tags }}"
echo "${{ steps.meta.outputs.tags }}"
echo labels
echo "${{ steps.meta.outputs.labels }}"

0 comments on commit 11bf6c5

Please sign in to comment.