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

build: setup cache to build images in CI #204

Merged
merged 8 commits into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. Setup cache to build images in CI

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1bab6c2 View commit details
    Browse the repository at this point in the history
  2. Temporarly remove server and repository builds to test cache for

    `ui`
    
    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2f7b1ba View commit details
    Browse the repository at this point in the history
  3. Reenable server build

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    719039c View commit details
    Browse the repository at this point in the history
  4. Reenable repository build

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6ee0448 View commit details
    Browse the repository at this point in the history
  5. Use scope to properly cache when having multi-step job

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    fbe2f68 View commit details
    Browse the repository at this point in the history
  6. Retry building only ui with scope set

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5c9714a View commit details
    Browse the repository at this point in the history
  7. Reenable server build using right scope

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6702bfe View commit details
    Browse the repository at this point in the history
  8. Reenable repository with scope properly set

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ee13d5f View commit details
    Browse the repository at this point in the history