Skip to content

Commit

Permalink
ci: set base to main branch for release PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrox committed Jun 23, 2024
1 parent 5d0e597 commit 38ec551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Update Deployment Image Tag
- name: Update Deployment Image Tags
working-directory: "config/production"
run: |
kustomize edit set image installer=${{ env.REGISTRY }}/${{ env.INSTALLER_IMAGE_NAME }}:${{ github.ref_name }}
Expand All @@ -80,3 +80,4 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
commit-message: "chore: update image versions"
base: main

0 comments on commit 38ec551

Please sign in to comment.