Skip to content

Commit 5485a50

Browse files
committed
2 parents d5edfaf + 7a1ffd4 commit 5485a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
platforms: linux/amd64
135135
context: .
136-
file: dockerfiles/Dockerfile
136+
file: Dockerfile
137137
push: true
138138
tags: |
139139
ghcr.io/developmentseed/titiler-stacapi:latest
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
platforms: linux/amd64
147147
context: .
148-
file: dockerfiles/Dockerfile
148+
file: Dockerfile
149149
push: true
150150
tags: |
151151
ghcr.io/developmentseed/titiler-stacapi:${{ steps.tag.outputs.version }}

0 commit comments

Comments
 (0)