Skip to content

Commit

Permalink
Update Docker image workflow.
Browse files Browse the repository at this point in the history
Assume the vX.Y.Z is the latest (and will have the latest tag). Removing this to remove the 'stable' tag, as
latest is better.

The 'main' branch keeps the development tag.
  • Loading branch information
enricoros committed Dec 12, 2023
1 parent cc8a235 commit d244ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
push:
branches:
- main
- main-stable # Trigger on pushes to the main-stable branch
#- main-stable # Disabled as the v* tag is used for stable releases
tags:
- 'v*' # Trigger on version tags (e.g., v1.7.0)

Expand Down

0 comments on commit d244ee2

Please sign in to comment.