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

ci: deploy to ghcr on push #3435

Merged
merged 17 commits into from
May 19, 2023
Merged

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    83ecf0f View commit details
    Browse the repository at this point in the history
  2. fix name

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    62d8ba5 View commit details
    Browse the repository at this point in the history
  3. fix file

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    9d234b6 View commit details
    Browse the repository at this point in the history
  4. fix image tags

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b5248e2 View commit details
    Browse the repository at this point in the history
  5. add sha tag

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    fa97f72 View commit details
    Browse the repository at this point in the history
  6. fix registry

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    019d2be View commit details
    Browse the repository at this point in the history
  7. change prefix

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c8afec2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b616e2 View commit details
    Browse the repository at this point in the history
  9. fix tag name

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ef01233 View commit details
    Browse the repository at this point in the history
  10. add edge tag

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    4183676 View commit details
    Browse the repository at this point in the history
  11. add ref tag

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    6286ddf View commit details
    Browse the repository at this point in the history
  12. push: true

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    7f37599 View commit details
    Browse the repository at this point in the history
  13. publish branch

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f96052f View commit details
    Browse the repository at this point in the history
  14. add latest tag

    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d423bf3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c8e468 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5d699c3 View commit details
    Browse the repository at this point in the history
  17. commit message

    publish and tag docker images continuously to ghcr.io. adds custom
    tagging so we can retain every commit. it's technically possible to do
    this on docker hub, but in order to have custom tags, you need to set up
    a regular user and log in/push via that user. the authentication is much
    cleaner in github actions for ghcr.
    
    (note docker hub pulls for releases are still staying the same, this is
    just an alternative form of retention going forward).
    charles-cooper committed May 19, 2023
    Configuration menu
    Copy the full SHA
    348c09e View commit details
    Browse the repository at this point in the history