Skip to content

Commit

Permalink
fix: test workflow for docker/helm/go
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 11, 2024
1 parent 23f535a commit dfa7418
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build Docker Image

on:
release:
types: [created]
tag:
push:
branches:
- main
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"packages": {
"charts/radix-prometheus-proxy": {
"release-type": "helm",
"package-name": "radix-prometheus-proxy-chart"
},
".": {
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"initial-version": "0.1.0",
"release-type": "go"
"release-type": "docker"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
Expand Down

0 comments on commit dfa7418

Please sign in to comment.