Skip to content

Commit

Permalink
fix: Bake on release as well (#532)
Browse files Browse the repository at this point in the history
Enhance workflows to bake images on release and generate changelogs from release notes.

  - **Workflows**:
    - Update `.github/workflows/bake-push-to-hub.yml` to trigger on `release` events in addition to `push` to `dev` and tags `v*`.
    - Update `.github/workflows/changelog-ci.yml` to trigger on `release` events and generate changelog from release notes using `rhysd/changelog-from-release/action@v3`.
  • Loading branch information
creatorrr authored Sep 28, 2024
1 parent be4d40f commit 98d322b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bake-push-to-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
- "dev"
tags:
- "v*"

release:
types: [published]

jobs:
Bake-Push-Images:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 98d322b

Please sign in to comment.