Skip to content

Commit c32e02f

Browse files
authored
Use a pre-built frizbee-action image (v0.0.4) (#116)
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent bcfc947 commit c32e02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ inputs:
3939
default: ""
4040
runs:
4141
using: "docker"
42-
image: "Dockerfile" # "docker://ghcr.io/stacklok/frizbee-action:v0.0.4" Uncomment this line once we confirm the publishing works correctly
42+
image: "docker://ghcr.io/stacklok/frizbee-action:v0.0.4" # Keep this updated with the latest version of the action image
4343
args:
4444
- ${{ inputs.recursive }}

0 commit comments

Comments
 (0)