From 65a5323edbd530cf4f36eb1caefed07d8501c837 Mon Sep 17 00:00:00 2001 From: Xuan Hu Date: Sat, 30 Dec 2023 05:27:32 +0000 Subject: [PATCH] [TEST] Test prod. --- .devcontainer/prebuild/.devcontainer/devcontainer.json | 4 ++-- .github/workflows/devcontainer.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/prebuild/.devcontainer/devcontainer.json b/.devcontainer/prebuild/.devcontainer/devcontainer.json index 3c600e7b..b19a59ef 100644 --- a/.devcontainer/prebuild/.devcontainer/devcontainer.json +++ b/.devcontainer/prebuild/.devcontainer/devcontainer.json @@ -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" } } diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index a7fb517e..ed576453 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -22,7 +22,7 @@ jobs: uses: devcontainers/ci@v0.3 with: imageName: ghcr.io/${{ github.repository }} - imageTag: dev-py${{ matrix.python-version }} + imageTag: prod-py${{ matrix.python-version }} push: always subFolder: .devcontainer/prebuild strategy: