Skip to content

Commit

Permalink
Merge pull request #8 from kubefirst/hello-script2
Browse files Browse the repository at this point in the history
update to build output
  • Loading branch information
johndietz authored Apr 10, 2024
2 parents 08a2144 + 26a2466 commit d46ad15
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 d46ad15

Please sign in to comment.