Skip to content

Commit f528b1b

Browse files
Update devcontainer.yml
1 parent 5eec466 commit f528b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
run: |
5959
podman build \
6060
--tag ${{env.CONTAINER_NAME}}:${{env.TAG_NAME}} \
61-
-f container/${{env.CONTAINER_NAME}}/Dockerfile \
6261
.
62+
working-directory: container/${{env.CONTAINER_NAME}}
6363

6464
- name: Push image to quay.io
6565
run: podman push ${{env.CONTAINER_NAME}}:${{env.TAG_NAME}} quay.io/geoengine/${{env.CONTAINER_NAME}}:${{env.TAG_NAME}}

0 commit comments

Comments
 (0)