Fix product-release.yml image names and tag format#883
Open
bschwedler wants to merge 1 commit into
Open
Conversation
Update the image references and annotation tag format to match
the current published images:
- connect: rstudio/rstudio-connect → posit/connect
- workbench: rstudio/rstudio-workbench → posit/workbench
session-image: rstudio/r-session-complete → posit/workbench-session-init
- package-manager: rstudio/rstudio-package-manager → posit/package-manager
- Tag format: ubuntu2204-{version} → {version}-ubuntu-24.04
- connect-content-init: add init-image (posit/connect-content-init)
with OS-agnostic tag format ({version}, no OS suffix)
c85900a to
2a681ae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
product-release.ymlworkflow was using stale image names (pre-rename toposit/) and the oldubuntu2204-{version}tag format. This fixes all three products to match what is actually published.posit/connect,posit/workbench,posit/package-manager(renamed fromrstudio/)posit/workbench-session-init(renamed fromrstudio/r-session-complete){version}-ubuntu-24.04(wasubuntu2204-{version})posit/connect-content-initannotation update with OS-agnostic tag ({version}, no OS suffix)Related: