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 bcfc947 commit c32e02fCopy full SHA for c32e02f
action.yml
@@ -39,6 +39,6 @@ inputs:
39
default: ""
40
runs:
41
using: "docker"
42
- image: "Dockerfile" # "docker://ghcr.io/stacklok/frizbee-action:v0.0.4" Uncomment this line once we confirm the publishing works correctly
+ image: "docker://ghcr.io/stacklok/frizbee-action:v0.0.4" # Keep this updated with the latest version of the action image
43
args:
44
- ${{ inputs.recursive }}
0 commit comments