From ee2b3e95d5eb4988f12cf410049f9a8602e062dc Mon Sep 17 00:00:00 2001 From: Ynng <44907675+Ynng@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:31:18 -0400 Subject: [PATCH] fixed typo --- .github/workflows/core-release-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core-release-docker.yml b/.github/workflows/core-release-docker.yml index f62e97fb..86db358c 100644 --- a/.github/workflows/core-release-docker.yml +++ b/.github/workflows/core-release-docker.yml @@ -73,7 +73,7 @@ jobs: with: context: ./core platforms: linux/amd64,linux/arm64 - file: ./coer/githubactions.Dockerfile + file: ./core/githubactions.Dockerfile build-args: | lodestone_version=${{ steps.release_asset.outputs.version }} push: true