Skip to content

Commit

Permalink
gh-actions: Run publish action on release branches (#41)
Browse files Browse the repository at this point in the history
Previously the action for building the image with the tag defined in
`releasing/VERSION` would only run from commits merged in master.

This action should also get triggered from release branches as well.

Signed-off-by: Kimonas Sotirchos <kimwnasptd@gmail.com>
  • Loading branch information
kimwnasptd authored Jun 18, 2023
1 parent a5c28c7 commit 3ae1ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish-releasing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# Publish `master` as Docker `latest` image.
branches:
- master
- release-*

paths:
- releasing/VERSION
Expand Down

0 comments on commit 3ae1ff1

Please sign in to comment.