From d31c517669b3bd4c6f5006d78a76f3ca7e86b7cf Mon Sep 17 00:00:00 2001 From: Further <55025025+ifurther@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:13:54 +0800 Subject: [PATCH] Update docker-image-base.yml --- .github/workflows/docker-image-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-base.yml b/.github/workflows/docker-image-base.yml index 7d220b0..b3096a1 100644 --- a/.github/workflows/docker-image-base.yml +++ b/.github/workflows/docker-image-base.yml @@ -48,7 +48,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - file: "${context}/Dockerfile.base" + file: "Dockerfile.base" push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}