Skip to content

Commit

Permalink
test test
Browse files Browse the repository at this point in the history
Signed-off-by: Sergi Castro <[email protected]>
  • Loading branch information
sergicastro authored Nov 8, 2024
1 parent ef0657f commit 8535699
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/make-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
update-kubegres-yaml:
runs-on: ubuntu-latest
env:
IMG: tetrate/kubegres:${{ github.event.inputs.version }}
# IMG: tetrate/kubegres:${{ github.event.inputs.version }}
IMG: tetrate/kubegres:v0.0.0-tetrate-v0
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -45,11 +46,13 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: "pre-release-tag: Update kubegres.yaml to version ${{ github.event.inputs.version }}"
branch: ${{ github.event.inputs.branch }}
# branch: ${{ github.event.inputs.branch }}
branch: sergicastro-patch-1
- name: Create the release tag
uses: ncipollo/release-action@v1
with:
tag: ${{ github.event.inputs.version }}
# tag: ${{ github.event.inputs.version }}
tag: v0.0.0-tetrate-v0
# - name: Create and push the new tag
# run: |
# git add kubegres.yaml config/manager/kustomization.yaml
Expand Down

0 comments on commit 8535699

Please sign in to comment.