Skip to content

Commit

Permalink
ci: update image tag with release (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
masaaania authored Aug 15, 2023
1 parent 25a4c6c commit 0c368bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
package-name: release-please-action
bump-minor-pre-major: true
token: ${{ secrets.REPO_ACCESS_PAT }} # We need to set the PAT so the publish workflow can be triggered
extra-files: |
manifests/bucketeer/values.yaml
4 changes: 4 additions & 0 deletions manifests/bucketeer/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
global:
image:
tag: v0.3.0 # x-release-please-version
imagePullSecrets:

0 comments on commit 0c368bf

Please sign in to comment.