From 5f4686321aa0cb50392e66b11f85973f9bc61567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20V=C4=83n=20Nguy=C3=AAn?= Date: Fri, 2 Feb 2024 11:40:34 +0700 Subject: [PATCH] update --- .github/workflows/build-dev-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dev-container.yaml b/.github/workflows/build-dev-container.yaml index 916b9fc..e31861a 100644 --- a/.github/workflows/build-dev-container.yaml +++ b/.github/workflows/build-dev-container.yaml @@ -44,7 +44,7 @@ jobs: uses: devcontainers/ci@v0.3 with: subFolder: ${{ matrix.dir }} - imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}/container + imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }}container # imageTag: ${{ matrix.dir }} # platform: linux/amd64,linux/arm64 push: always \ No newline at end of file