Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hpedrorodrigues committed Apr 5, 2024
1 parent 1a8e469 commit a2f2851
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: debug
run: |
echo "owner: ${{ inputs.owner }}"
echo "image: ${{ inputs.image }}"
echo "tag: ${{ inputs.tag }}"
echo "build_package: ${{ inputs.build_package }}"
echo "${{ github.workspace }}"
ls -lash images/${{ inputs.image }} ${{ github.workspace }} ${{ github.workspace }}/images/${{ inputs.image }} || true
- name: Build package
uses: chainguard-dev/actions/melange-build@main
if: ${{ inputs.build_package }}
Expand Down

0 comments on commit a2f2851

Please sign in to comment.