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 7f53513
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
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 }}"
2 changes: 1 addition & 1 deletion charts/swr-cache-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ version: 0.1.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.0"
appVersion: "2.0.0"

0 comments on commit 7f53513

Please sign in to comment.