mirror of
https://github.com/stakater/Reloader.git
synced 2026-05-06 00:36:39 +00:00
Updates to workflow and few path updates
This commit is contained in:
12
.github/workflows/push.yaml
vendored
12
.github/workflows/push.yaml
vendored
@@ -148,10 +148,10 @@ jobs:
|
||||
with:
|
||||
kustomize-version: ${{ env.KUSTOMIZE_VERSION }}
|
||||
|
||||
- name: Generate Bundle
|
||||
env:
|
||||
VERSION: ${{ steps.generate_operator_tag.outputs.new_tag }}
|
||||
run: make bundle
|
||||
# - name: Generate Bundle
|
||||
# env:
|
||||
# VERSION: ${{ steps.generate_operator_tag.outputs.new_tag }}
|
||||
# run: make bundle
|
||||
|
||||
# Update chart tag to the latest semver tag
|
||||
- name: Update Chart Version
|
||||
@@ -159,8 +159,8 @@ jobs:
|
||||
VERSION: ${{ steps.generate_operator_tag.outputs.new_tag }}
|
||||
run: make bump-chart
|
||||
|
||||
- name: Update Chart CRDs
|
||||
run: make generate-crds
|
||||
# - name: Update Chart CRDs
|
||||
# run: make generate-crds
|
||||
|
||||
# Setting up helm binary
|
||||
- uses: azure/setup-helm@v1
|
||||
|
||||
Reference in New Issue
Block a user