From b9c03a138d3f81b02d449ed743fdb6b6e45ad6b8 Mon Sep 17 00:00:00 2001 From: Charles Stern <62192187+cisaacstern@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:22:43 -0800 Subject: [PATCH] try pulling image in action.yml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 3f9fd74..53636a1 100644 --- a/action.yaml +++ b/action.yaml @@ -15,4 +15,4 @@ inputs: required: true runs: using: 'docker' - image: 'Dockerfile' + image: 'ghcr.io/pangeo-forge/deploy-recipe-action:test'