From 9d776d9c3962fe125d789ba8e5cfdd6e500251c6 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 2 Jan 2025 01:58:28 -0500 Subject: [PATCH] is this how github actions are specified? --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 616f464..269c4b3 100644 --- a/action.yml +++ b/action.yml @@ -3,4 +3,4 @@ name: 'psb' description: 'Use PSB to build static a static site' runs: using: 'docker' - image: 'Dockerfile' + image: 'docker://ghcr.io/pagwin-fedora/psb:v1'