We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abf6bb commit ab4689aCopy full SHA for ab4689a
action.yml
@@ -48,7 +48,7 @@ inputs:
48
docker_context:
49
description: "The context for building the image."
50
required: true
51
- default: "${{ github.workspace }}/"
+ default: "${{ github.action_path }}"
52
53
registry:
54
description: "The registry to store the image in."
0 commit comments