From e2164a2ad5678cff1e02cfa7a61aa4c10049838f Mon Sep 17 00:00:00 2001 From: Sun <95302870@qq.com> Date: Sun, 19 Nov 2023 15:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0github=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E6=9E=84=E5=BB=BAdocker=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index ed66a73..798ad14 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -15,7 +15,7 @@ jobs: - name: Read version from file id: read_version - run: echo "APP_VERSION=$(cut -d '|' -f 2 ./assets/VERSION)" >> $GITHUB_ENV + run: echo "APP_VERSION=$(cut -d '|' -f 2 ./service/assets/VERSION)" >> $GITHUB_ENV - name: Set up QEMU uses: docker/setup-qemu-action@v2