docs: recommend the @v1 release tag for reusable-workflow consumers (#12)
Build & push image / build-and-push (push) Successful in 6s
Build & push image / build-and-push (push) Successful in 6s
This commit was merged in pull request #12.
This commit is contained in:
@@ -312,8 +312,10 @@ examples/ the ~15-line stub a consuming repo drops in
|
||||
|
||||
The image is published to `gitea.stevedudenhoeffer.com/steve/gadfly`. Every push to `main`
|
||||
rebuilds and republishes `:latest` (plus `:sha-<short>`); pushing a `v*` tag publishes that
|
||||
pinned version (plus `:latest`). Pin consumers to a `:vN` tag for stability, or track
|
||||
`:latest` to ride main.
|
||||
pinned version (plus `:latest`). Pin full-stub consumers to a `:vN` image tag for stability, or track
|
||||
`:latest` to ride main. Reusable-workflow consumers likewise pin the workflow ref —
|
||||
`review-reusable.yml@v1` (a curated tag moved on releases, so central swarm tuning propagates) or
|
||||
a full `@<sha>` for an immutable pin; avoid `@main`.
|
||||
|
||||
## Configuration (advanced)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user