Skip to content

Commit

Permalink
update to build output
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Apr 10, 2024
1 parent 08a2144 commit 26a2466
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Build info
run: |
echo "image folder ${{ github.event.inputs.image-folder }}"
echo "image tag ${{ github.event.inputs.image-tag }}"
- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 26a2466

Please sign in to comment.