Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Break apart GHA workflow #4

@mattwelke

Description

@mattwelke

Right now, the GHA workflow does the build and push to Docker Hub, and it's running on pull request. Instead, we need two workflows:

  • test - runs tests upon pull requests to main
  • build_and_deploy - builds the Docker image and deploys it to Docker Hub upon pushes to main

That way we won't have pull requests causing Docker Images to be built and we'll have something in place to run tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions