Skip to content

Commit

Permalink
fix: broken debug stage (ApeWorX#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 authored Sep 4, 2024
1 parent d97fff0 commit d0b6d38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ jobs:
type=ref,event=pr
- name: Show tags
continue-on-error: true
run: |
echo ${{ steps.meta.outputs.tags }}
echo "Tags generated by metadata-action:\n"
for tag in ${{ steps.metadata.output.tags }}; do
echo $tag
done
- name: Extract version from tag
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d0b6d38

Please sign in to comment.