From f397fb24a4c4c5708a197629ea681a2916bab76f Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 9 May 2021 16:09:57 +0100 Subject: [PATCH] Fix: Use dockerfile for the action rather than standard one. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5361526..246ce18 100644 --- a/action.yml +++ b/action.yml @@ -21,4 +21,4 @@ outputs: description: 'Calculated semantic version' runs: using: 'docker' - image: 'docker://ghcr.io/lukaszraczylo/semver-generator:latest' + image: Dockerfile-action