From 1d3434265e4b06536081416fe848f43037b15a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0koda?= Date: Mon, 6 May 2024 17:35:39 +0200 Subject: [PATCH] Fix docker tag --- github/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/action.yml b/github/action.yml index b767d75..711bd86 100644 --- a/github/action.yml +++ b/github/action.yml @@ -10,7 +10,7 @@ inputs: default: '/github/workspace' runs: using: 'docker' - image: 'docker://ghcr.io/datagov-cz/data-validator:main' + image: 'docker://ghcr.io/datagov-cz/data-validator:master' args: - -c=${{ inputs.configuration }} - -p=${{ inputs.path }}