From dcf6f2d5b8bf9571d7fe0f14fcf2a29a462c89dd Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Mon, 4 May 2026 23:45:56 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20bump=20runner-image=20pin=20v0.1.0=20?= =?UTF-8?q?=E2=86=92=20v0.2.0=20(#22)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michael Czechowski Co-committed-by: Michael Czechowski --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f81b2f6..77d3347 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: ci: runs-on: ubuntu-latest container: - image: git.librete.ch/public/runner-image:v0.1.0@sha256:9d1e204fe8e06b7d16cdc8da0c7077fa4171daef62099cc8c09993834e576ca5 + image: git.librete.ch/public/runner-image:v0.2.0@sha256:f60c587d3c0b0aac04a572db5349e27672bf76baec2ce547a3dcc28cebcf1b7e timeout-minutes: 10 steps: - uses: actions/checkout@v4 diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ce7e90e..6e3b7cf 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: deploy: runs-on: ubuntu-latest container: - image: git.librete.ch/public/runner-image:v0.1.0@sha256:9d1e204fe8e06b7d16cdc8da0c7077fa4171daef62099cc8c09993834e576ca5 + image: git.librete.ch/public/runner-image:v0.2.0@sha256:f60c587d3c0b0aac04a572db5349e27672bf76baec2ce547a3dcc28cebcf1b7e timeout-minutes: 20 if: ${{ vars.DEPLOY_ENABLED == 'true' }} steps: