From ad3e305537aa44075196141409f57d45b151be80 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Mon, 13 May 2024 14:19:59 +0800 Subject: [PATCH] Fix context --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 565b48d..4590869 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,7 @@ jobs: uses: docker/build-push-action@v3 with: push: true - file: ponder/lnv3/Dockerfile + context: ponder/lnv3 tags: | ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:sha-${{ steps.short-sha.outputs.sha }} @@ -64,7 +64,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') with: push: true - file: ponder/lnv3/Dockerfile + context: ponder/lnv3 tags: | ${{ env.DOCKER_REGISTRY }}/${{ github.repository }}/ponder:${{ steps.tag-name.outputs.tag }}