From 63d888bc0007853258bc5d16b2ab0e35afe2db34 Mon Sep 17 00:00:00 2001 From: satackey <21271711+satackey@users.noreply.github.com> Date: Mon, 30 Dec 2019 22:22:45 +0900 Subject: [PATCH] Use Dockerhub image --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 904d857..ac2f7d4 100644 --- a/action.yml +++ b/action.yml @@ -34,8 +34,8 @@ inputs: runs: - using: 'docker' - image: 'Dockerfile' + using: docker + image: docker://satackey/action-google-drive:v1.1.0 env: SKICKA_TOKENCACHE_JSON: ${{ inputs.skicka-tokencache-json }} UPLOAD_FROM: ${{ inputs.upload-from }}