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

Fix pushing to 1-x-dev docker tag #18578

Merged
merged 5 commits into from
Feb 3, 2022
Merged

Commits on Feb 3, 2022

  1. Fix pushing to 1-x-dev docker tag

    It appears that go-gitea#18551 and go-gitea#18573 have a mistake in that raymond does not have
    an {{else}} on {{#equal}}. This PR notes that Sprig has a hasPrefix function
    and so we use this with another if.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    37fadaf View commit details
    Browse the repository at this point in the history
  2. Fix pushing to 1-x-dev docker tag (part 2)

    Although we now have the manifest working, we need to create the images.
    
    Here we adjust the .drone.yml to force building of the images
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    6bedea6 View commit details
    Browse the repository at this point in the history
  3. Fix pushing to 1-x-dev docker tag

    OK now we have the images building we should make sure that the main ones stays
    dev and the release/v* ones become *-dev-*
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    6a9dedd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    406c276 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a553ace View commit details
    Browse the repository at this point in the history