diff --git a/action.yml b/action.yml index f06496c..a4840b4 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Platformio build' description: 'Building platformio projects' runs: using: 'docker' - image: 'Dockerfile' + image: 'Action.Dockerfile' args: - pio - run