Skip to content

Commit

Permalink
[TEST] Test prod.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Dec 30, 2023
1 parent 4a509a2 commit 65a5323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/prebuild/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"args": {
"PYTHON_VERSION": "${localEnv:PYTHON_VERSION}"
},
"cacheFrom": "ghcr.io/serious-scaffold/ss-python:dev-py${localEnv:PYTHON_VERSION}",
"cacheFrom": "ghcr.io/serious-scaffold/ss-python:prod-py${localEnv:PYTHON_VERSION}",
"context": "../../..",
"dockerfile": "Dockerfile",
"target": "dev"
"target": "prod"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/${{ github.repository }}
imageTag: dev-py${{ matrix.python-version }}
imageTag: prod-py${{ matrix.python-version }}
push: always
subFolder: .devcontainer/prebuild
strategy:
Expand Down

0 comments on commit 65a5323

Please sign in to comment.