Skip to content

Commit

Permalink
chore: change docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored Oct 5, 2024
1 parent 215b477 commit 778dcb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Build Docker image and export
uses: docker/build-push-action@v5
with:
context: github-action
context: ./github-action
file: ./github-action/Dockerfile
tags: asyncapi/github-action-for-cli:${{ steps.docker_version.outputs.action_version }}
outputs: type=docker,dest=/tmp/asyncapi.tar
- name: Upload artifact
Expand Down

0 comments on commit 778dcb2

Please sign in to comment.