diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f79829c..cdc2721 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,6 +1,9 @@ # Candace Savonen Apr 2025 + name: 'Build Docker Image' +author: "Candace Savonen" description: 'Build and push from a dockerfile in the repository' + inputs: directory: description: "What's the file path to this Dockerfile's folder in this repo" diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index d3c5e61..d625860 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -28,6 +28,7 @@ jobs: - {dir: ottr_itn_workshop, name: 'jhudsl/ottr_itn_workshop'} - {dir: ottr_metrics, name: 'jhudsl/ottr_metrics'} - {dir: ottr_ml, name: 'jhudsl/ottr_ml'} + - {dir: ottr_ocs_py, name: 'jhudsl/ottr_ocs_py'} # NEW IMAGES HERE: # ####### - {dir: directory_path, name: 'name its called on dockerhub'} steps: diff --git a/ottr_ocs_py/Dockerfile b/ottr_ocs_py/Dockerfile new file mode 100644 index 0000000..171e103 --- /dev/null +++ b/ottr_ocs_py/Dockerfile @@ -0,0 +1,6 @@ +FROM jhudsl/ottr_python:main +LABEL maintainer="cansav09@gmail.com" + +# Install some python packages +RUN pip3 install \ + tables