Skip to content

Commit

Permalink
Debugging3
Browse files Browse the repository at this point in the history
  • Loading branch information
Schreglmann committed Nov 23, 2023
1 parent c63a36b commit da3e7e7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/echo-appversion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Echo Appversion
on:
push:
branches:
- image-versioning

jobs:
echo:
name: Echo Appversion
runs-on: ubuntu-latest
env:
TAGS: $(yq e '.appVersion' charts/swr-cache-proxy/Chart.yaml)
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: ls -la
- run: ls -la charts/swr-cache-proxy
- run: pwd
- run: echo "${{ env.TAGS }}"

0 comments on commit da3e7e7

Please sign in to comment.