We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eec466 + f528b1b commit 89b08c0Copy full SHA for 89b08c0
.github/workflows/devcontainer.yml
@@ -58,8 +58,8 @@ jobs:
58
run: |
59
podman build \
60
--tag ${{env.CONTAINER_NAME}}:${{env.TAG_NAME}} \
61
- -f container/${{env.CONTAINER_NAME}}/Dockerfile \
62
.
+ working-directory: container/${{env.CONTAINER_NAME}}
63
64
- name: Push image to quay.io
65
run: podman push ${{env.CONTAINER_NAME}}:${{env.TAG_NAME}} quay.io/geoengine/${{env.CONTAINER_NAME}}:${{env.TAG_NAME}}
0 commit comments