From d9645ead9cb8098dc073b613eaf8f3c71f7b41f8 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 11 Aug 2024 16:07:24 -0400 Subject: [PATCH] Add proper container info --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 51f86d8..98cf79d 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,8 @@ jobs: run-name: lint on: pull_request runs-on: ayakael-podman-x86_64 - image: alpine-latest + container: + image: alpine:edge steps: - run: | sudo apk add shellcheck atools sudo abuild @@ -14,7 +15,8 @@ jobs: build-x86_64: run-name: Build on x86_64 runs-on: ayakael-podman-x86_64 - image: alpine-latest + container: + image: alpine:edge steps: - run: | sudo apk add alpine-sdk lua-aports sudo