Skip to content

Commit 76ebe17

Browse files
authored
Update ci.yml
1 parent 486ced1 commit 76ebe17

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,6 @@ jobs:
7272
- name: Sanitize ref name for image tags
7373
run: echo "REF_SLUG=$(echo ${{ github.ref_name }} | tr '/:' '-')" >> $GITHUB_ENV
7474

75-
- name: Validate Chart Version Matches Tag
76-
if: startsWith(github.ref, 'refs/tags/')
77-
run: |
78-
TAG="${GITHUB_REF#refs/tags/}"
79-
CHART_VERSION=$(yq '.version' manifests/Chart.yaml)
80-
if [ "$TAG" != "$CHART_VERSION" ]; then
81-
echo "Chart version ($CHART_VERSION) does not match tag ($TAG)" >&2
82-
exit 1
83-
fi
84-
8575
- name: Build and Push Release Docker Image
8676
uses: docker/build-push-action@v5
8777
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)