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

GitHub Actions refactor #25

Merged
merged 22 commits into from
Nov 9, 2024
Merged

GitHub Actions refactor #25

merged 22 commits into from
Nov 9, 2024

Commits on Nov 9, 2024

  1. move Mac Postgres setup to another file

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    5952b2e View commit details
    Browse the repository at this point in the history
  2. full path to file?

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    6be5313 View commit details
    Browse the repository at this point in the history
  3. start with "./" ?

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    c63546c View commit details
    Browse the repository at this point in the history
  4. pass in database url

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    502ef69 View commit details
    Browse the repository at this point in the history
  5. get database from env

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    7da3997 View commit details
    Browse the repository at this point in the history
  6. don't need action.yml at end of path

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    6529c5e View commit details
    Browse the repository at this point in the history
  7. need to checkout the code

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    e368036 View commit details
    Browse the repository at this point in the history
  8. combine ubuntu and mac

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    f4b5c31 View commit details
    Browse the repository at this point in the history
  9. fix name of pg action

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    f27cc4d View commit details
    Browse the repository at this point in the history
  10. runs using composite

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    33c9cd2 View commit details
    Browse the repository at this point in the history
  11. shell: bash is requireted

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    1a23f17 View commit details
    Browse the repository at this point in the history
  12. shell: bash is required

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    255b69e View commit details
    Browse the repository at this point in the history
  13. ubuntu shares action

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8b64647 View commit details
    Browse the repository at this point in the history
  14. uncommitted file"

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8e84a88 View commit details
    Browse the repository at this point in the history
  15. get database-url from the setup database action, instead of the other…

    … way arround
    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    c0522b7 View commit details
    Browse the repository at this point in the history
  16. explicitly set database url

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    6363138 View commit details
    Browse the repository at this point in the history
  17. use Github output to pass database url

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    75ab263 View commit details
    Browse the repository at this point in the history
  18. docker build action

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    94b77a4 View commit details
    Browse the repository at this point in the history
  19. login to docker outside of action

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8c9114b View commit details
    Browse the repository at this point in the history
  20. add ghcr.io/ to registry name

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    4830dd4 View commit details
    Browse the repository at this point in the history
  21. rearrange env vars for readability

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    d51200c View commit details
    Browse the repository at this point in the history
  22. yaml syntax error

    Full Queue Developer authored and Full Queue Developer committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    f78db36 View commit details
    Browse the repository at this point in the history