Skip to content

Commit

Permalink
chore: fix docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored Oct 5, 2024
1 parent 95cfe27 commit 215b477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -341,4 +341,4 @@ jobs:
echo "The specified file has not been converted"
echo "Action failed"
exit 1
fi
fi

0 comments on commit 215b477

Please sign in to comment.