mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 06:16:18 +00:00
ci: buildjet
This commit is contained in:
parent
cd6db5bef7
commit
114922906c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
|
@ -11,7 +11,7 @@ env:
|
|||
jobs:
|
||||
check:
|
||||
name: chequear typescript del sitio
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v3
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
build-and-push-sitio:
|
||||
name: Compilar contenedor del sitio
|
||||
needs: check
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: buildjet-4vcpu-ubuntu-2204
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
Loading…
Reference in a new issue