From 82f40bb9431bc141aee529afac5c4e7a534e2ae1 Mon Sep 17 00:00:00 2001 From: Luis Mastrangelo Date: Sat, 8 Jun 2024 15:20:24 +0200 Subject: [PATCH] Use `large` self-hosted runner to build and push images Signed-off-by: Luis Mastrangelo --- .github/workflows/push-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-images.yaml b/.github/workflows/push-images.yaml index e083d00b..a6a9cddc 100644 --- a/.github/workflows/push-images.yaml +++ b/.github/workflows/push-images.yaml @@ -20,7 +20,7 @@ env: jobs: docker-image-publish: - runs-on: [self-hosted, Linux, medium, ephemeral] + runs-on: [self-hosted, Linux, large, ephemeral] permissions: contents: read id-token: write