diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 11d7158..9f1785c 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -27,4 +27,4 @@ jobs: context: "{{defaultContext}}:images/actions/act" push: true tags: | - git.euph.dev/actions/act2:latest \ No newline at end of file + git.euph.dev/actions/runner-basic:latest \ No newline at end of file diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 18a8105..73ee654 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -1,6 +1,6 @@ FROM registry.opensuse.org/opensuse/leap:15.5 -RUN zypper -n install sudo nodejs20 +RUN zypper -n install sudo docker git wget curl zip unzip xz-utils nodejs20 RUN useradd -u 1001 runner RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner