Skip to content

ci: adding a check-docker job in CI. #29

@xiao-jay

Description

@xiao-jay

Suggest adding a check-docker job in CI.

  check-docker:
    name: Check Docker image
    needs: [lint-build]
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v3
      - uses: docker/build-push-action@v3
        with:
          context: .
          push: false

from #21 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions