diff --git a/action.yaml b/action.yaml index 8435ba3..0fe3cdb 100644 --- a/action.yaml +++ b/action.yaml @@ -9,5 +9,7 @@ inputs: description: Registry password runs: - using: docker - image: Dockerfile + using: composite + steps: + - name: k8sdeploy + run: ${{ gitea.action_path }}/k8sdeploy.sh