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

Verify build fix with prisma field encryption inclusion #65

Merged
merged 14 commits into from
Sep 18, 2024

Commits on Sep 17, 2024

  1. Temp: Verify build fix with prisma field encryption inclusion

    This is a temp fix to see if this will fix the noted buidl issue.
    prisma field encryption variables seems to be needed during the build process and currently fails without that value being set
    A short term solution is to populate it is build time, but this needs to be refactored as this presents a securoty issue
    BMartinos committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c30edd1 View commit details
    Browse the repository at this point in the history
  2. Fix tagged build

    The branch name wasnt being returned when creating PRs, this is only returned when pushed into main
    BMartinos committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a0582fa View commit details
    Browse the repository at this point in the history
  3. Fix indentation issue

    BMartinos committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1976b1c View commit details
    Browse the repository at this point in the history
  4. Fix typo

    BMartinos committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7b71328 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a87f6ff View commit details
    Browse the repository at this point in the history
  6. Add updated workflow for GHA

    To test and build the image on branches to verify image build succeed
    Only push to Dockerhub on main branch build
    BMartinos committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    31927f5 View commit details
    Browse the repository at this point in the history
  7. Update Production Dockerfile process

    To fix a few issues with the build pipeline.
    Also to attempt to speed up the build process
    BMartinos committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    15ce199 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c4201f View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' of github.com:jembi/smart-health-links-portal int…

    …o fix/production-build-prisma-field-encryption
    BMartinos committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    51df2d5 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'fix/production-build-prisma-field-encryption' into upda…

    …te-docker-production-image-build
    BMartinos authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    69012dd View commit details
    Browse the repository at this point in the history
  11. Merge pull request #69 from jembi/update-docker-production-image-build

    Update docker production image build
    BMartinos authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bce4425 View commit details
    Browse the repository at this point in the history
  12. Remove old GHA workflow files

    Also removed the temp change for trigger the build/push on a feature branch
    (This was purely added for testing without merging into main)
    BMartinos committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    69c7a02 View commit details
    Browse the repository at this point in the history
  13. only one plaform needed for build test

    The docker build test doesnt need multiplatform builds. if it succeeds on one, thats should be fine
    BMartinos committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    790467e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    739005d View commit details
    Browse the repository at this point in the history