Skip to content

Commit 4fd369c

Browse files
committed
fix(ci-docker): correct "yaml" to "yml", and give path to Dockerfile when build
1 parent 445a392 commit 4fd369c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
filters: |
3636
docker:
3737
- 'binder/Dockerfile'
38-
- 'binder/environment.yaml'
38+
- 'binder/environment.yml'
3939
4040
- name: Login to GitHub Container Registry
4141
if: >
@@ -54,6 +54,7 @@ jobs:
5454
uses: docker/build-push-action@v6
5555
with:
5656
context: .
57+
file: binder/Dockerfile
5758
tags: |
5859
ghcr.io/pythonhealthdatascience/llm_simpy_models:latest
5960
push: true

0 commit comments

Comments
 (0)