Skip to content

Commit

Permalink
prefect-example / prefect-inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed May 2, 2024
1 parent d66bd63 commit ad4f204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
matrix:
config:
- { tag: "prefectinspect", dockerfile: "test/prefectinspect/Dockerfile", context: "test/prefectinspect"}
- { tag: "base", dockerfile: "anonymization/Dockerfile", context: "anonymization"}
- { tag: "base-apps", dockerfile: "apps/Dockerfile", context: "apps"}
- { tag: "shinyproxy", dockerfile: "shinyproxy/Dockerfile", context: "shinyproxy"}
#- { tag: "prefectexample", dockerfile: "test/prefectexample/Dockerfile", context: "test/prefectexample"}
- { tag: "prefect-example", dockerfile: "test/prefectexample/Dockerfile", context: "test/prefectexample"}
- { tag: "prefect-inspect", dockerfile: "test/prefectinspect/Dockerfile", context: "test/prefectinspect"}

steps:
- name: Clone
Expand Down

0 comments on commit ad4f204

Please sign in to comment.