Skip to content

Commit

Permalink
Use appVersion from chart.yaml for tagging the built image
Browse files Browse the repository at this point in the history
  • Loading branch information
Schreglmann committed Nov 23, 2023
1 parent 9067f02 commit c63a36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
env:
IMAGE_NAME: "vividplanet/swr-cache-proxy"
TAGS: "v1"
TAGS: $(yq e '.appVersion' Chart.yaml)
steps:
- run: echo "${{ github.actor }}"
- run: echo "${{ env.TAGS }}"

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c63a36b

Please sign in to comment.