ci: switch workflows to runner-slim-amd64 (new pipeline runner label)
All checks were successful
Homepage Build and Deploy (Test) / Build Homepage Image (push) Successful in 31s
Homepage Build and Deploy (Test) / Deploy Homepage (push) Successful in 9s

This commit is contained in:
2026-07-13 22:49:52 -03:00
parent fc7fef1300
commit b330959cc5
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ env:
jobs:
build:
name: Build Homepage Image
runs-on: ubuntu-amd64
runs-on: runner-slim-amd64
outputs:
short_sha: ${{ steps.vars.outputs.short_sha }}
steps:
@@ -39,7 +39,7 @@ jobs:
deploy:
name: Deploy Homepage
runs-on: ubuntu-amd64
runs-on: runner-slim-amd64
needs: build
steps:
- name: Check out repository