Skip to content

Commit

Permalink
Rename folder processingEnv to processing_env
Browse files Browse the repository at this point in the history
  • Loading branch information
folinimarc committed Nov 13, 2023
1 parent c262830 commit 66b5e9f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"context": "../processingEnv",
"dockerfile": "../processingEnv/Dockerfile",
"context": "../processing_env",
"dockerfile": "../processing_env/Dockerfile",
"target": "dev"
},
"customizations": {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
paths:
- 'processingEnv/**'
- 'processing_env/**'

jobs:
build-and-push:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
context: ./processingEnv
context: ./processing_env
push: true
tags: ghcr.io/${{ github.repository }}/geo-processing-env:${{ github.sha }}
platforms: linux/amd64,linux/arm64
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 66b5e9f

Please sign in to comment.