Skip to content

Debugging3

Debugging3 #16

Workflow file for this run

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 }}"