From 1014b1cf48e973b6e70e32c04565c8b26f4659f5 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Mon, 7 Aug 2023 23:29:08 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20build=5Ftest=5Fand=5Fupload=E3=82=92?= =?UTF-8?q?=E8=A1=8C=E3=81=86container=E3=81=ABseichiassist-builder-v2?= =?UTF-8?q?=E3=82=92=E6=8C=87=E5=AE=9A=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 91e8fcaeb1..84cc954a3c 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -14,7 +14,7 @@ jobs: env: BUILD_ENVIRONMENT_IS_CI_OR_LOCAL: "CI" runs-on: ubuntu-22.04 - container: ghcr.io/giganticminecraft/seichiassist-builder:1a64049 + container: ghcr.io/giganticminecraft/seichiassist-builder-v2:424c09f steps: - name: Checkout repository uses: actions/checkout@v3