Skip to content

Commit

Permalink
add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
Haidong Yi committed Aug 23, 2024
1 parent e564c27 commit 0a53c08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ jobs:
tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.app }}:${{ steps.get_version.outputs.version }}
build-args: |
BUILD_VERSION=${{ steps.get_version.outputs.version }}
- name: Debug Output
run: |
echo "Event name: ${{ github.event_name }}"
echo "App: ${{ matrix.app }}"
echo "Files changed: ${{ steps.files_changed.outputs.changed }}"
echo "Version: ${{ steps.get_version.outputs.version }}"

0 comments on commit 0a53c08

Please sign in to comment.