-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
After seeing #72 and the underlying issue we've been discussing in various forms, I started thinking about how this repo publishes an always moving main tag.
Related to the write-up for cal-itp/benefits#3577, there are some changes we need to make in this repo with how the image is published to accommodate version pinning.
Acceptance Criteria
- This repository requires tag-based deployment.
- See Refactor: implement tag-based deployment benefits#2213 for more info about how this was implemented in Benefits. Here it won't be as involved since we're only concerned with publishing a Docker image to GHCR
- Current workflow file in this repo (reacts to pushes on
main)
- Tags follow our standard convention of
YYYY.0M.R -
-rctags are also supported - A tag-based deployment (non
-rc) creates a GitHub release - The Docker image is tagged with the git tag, in addition to the commit SHA
- The label
org.opencontainers.image.sourcepointing at the repo is added to the Docker image
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels