From 2ab1521454107310667fc0f140dd30ca89e70f90 Mon Sep 17 00:00:00 2001 From: Mavzer Yusuf Date: Fri, 3 Sep 2021 13:30:33 +0200 Subject: [PATCH] pull from docker registry instead of Dockerfile --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e83bc2d..1f74e04 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ outputs: runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/informatievlaanderen/awscurl-polling-action:1.0.0' args: - ${{ inputs.environment }} - ${{ inputs.version }}