From 215b477cc02da7e75d932defaa876952f1163972 Mon Sep 17 00:00:00 2001 From: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:14:39 +0530 Subject: [PATCH] chore: fix docker context --- .github/workflows/test-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 31328716453..10cf32b87d0 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -49,7 +49,7 @@ jobs: - name: Build Docker image and export uses: docker/build-push-action@v5 with: - context: . + context: github-action tags: asyncapi/github-action-for-cli:${{ steps.docker_version.outputs.action_version }} outputs: type=docker,dest=/tmp/asyncapi.tar - name: Upload artifact @@ -341,4 +341,4 @@ jobs: echo "The specified file has not been converted" echo "Action failed" exit 1 - fi \ No newline at end of file + fi