From 26a24661b9d5f87ed9afee498cf676cd6511a39f Mon Sep 17 00:00:00 2001 From: John Dietz Date: Wed, 10 Apr 2024 01:54:39 -0400 Subject: [PATCH] update to build output --- .github/workflows/publish.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2419daf..79f7d78 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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