Skip to content

Commit

Permalink
Upstream: debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Jul 30, 2024
1 parent 4ccec3d commit ddea66b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Check image name & tag
run: |
echo "NAME: ${{ needs.create-docker-image.outputs.NAME }}"
echo "TAG: ${{ needs.create-docker-image.outputs.TAG }}"
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit ddea66b

Please sign in to comment.