diff --git a/.github/workflows/build-dev-container.yaml b/.github/workflows/build-dev-container.yaml index db865f6..a5d9980 100644 --- a/.github/workflows/build-dev-container.yaml +++ b/.github/workflows/build-dev-container.yaml @@ -34,4 +34,5 @@ jobs: subFolder: ./templates/react-native imageName: ghcr.io/pnstack/codespace/react-native platform: linux/amd64,linux/arm64 + noCache: true push: always \ No newline at end of file