Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 14, 2024
1 parent 1785100 commit b50b305
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-dev-container.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build Dev Images

on:
push:
branches:
- main
pull_request: {}
workflow_dispatch:

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
with:
skip-github-pull-request: true

- run: |
echo "${{ toJSON(steps.release.outputs) }}"
# Docker build
- name: Set up Docker Buildx
if: ${{ steps.release.outputs.release_created }}
Expand Down
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,27 @@ Commits to the main branch must follow [Conventional Commits](https://www.conven

- Manually patch helm chart based on please-release output
- Manually tag docker image based on please-release output

# Notes:

## Release-Please output:
```json
{
"releases_created": "true",
"release_created": "true",
"id": "179766252",
"name": "v1.3.1",
"tag_name": "v1.3.1",
"sha": "1785100949bdc314681a91e136a42248406d309f",
"body": "...",
"html_url": "https://github.com/equinor/radix-prometheus-proxy/releases/tag/v1.3.1",
"draft": "false",
"upload_url": "https://uploads.github.com/repos/equinor/radix-prometheus-proxy/releases/179766252/assets{?name,label}",
"path": ".",
"version": "1.3.1",
"major": "1",
"minor": "3",
"patch": "1",
"paths_released": "[\".\"]"
}
```

0 comments on commit b50b305

Please sign in to comment.