Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize pushes to psalm/phar #9399

Merged
merged 1 commit into from Feb 26, 2023

Commits on Feb 25, 2023

  1. Reorganize pushes to psalm/phar

    Previously we built phar and pushed it:
    
     1. To `psalm/phar:master` (always)
     2. To `psalm/phar:$tag` (for tagged releases)
    
    However it's entirely possible to tag branches that diverged from master
    (like when we do a patch release for a legacy version). In this case our
    push to `psalm/phar:master` was rejected and script failed. As a result,
    `psalm/phar` was missing the tag (release).
    
    Now we will either:
     * push to `psalm/phar:master` (if the build was for `vimeo/psalm:master`)
     * or push to `psalm/phar:$tag` (if it's a tagged release)
    weirdan committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    62e7e7f View commit details
    Browse the repository at this point in the history