From 812a92bea4add52c1b59a3226e9e6ea0f8de027c Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 25 Mar 2023 13:35:11 +0100 Subject: [PATCH] looks like we can't force-update docker images --- action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 91295e8..af10a91 100644 --- a/action.yml +++ b/action.yml @@ -12,9 +12,7 @@ inputs: runs: using: "composite" steps: - - name: Pull up2date ArchLinux image - run: docker pull docker.io/library/archlinux:base-devel - + - name: Test AUR package uses: docker://docker.io/library/archlinux:base-devel with: