From aea5112dfaf96b62497001adabedaae38791189c Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 17 Jun 2024 21:44:03 -0300 Subject: [PATCH] ci: buildjet --- .github/workflows/container.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 9171776..14443a9 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -65,7 +65,7 @@ jobs: build-and-push-scraper: name: Compilar contenedor del scraper - runs-on: ubuntu-latest + runs-on: buildjet-16vcpu-ubuntu-2204 permissions: contents: read packages: write @@ -91,6 +91,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/scraper:buildcache - cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/scraper:buildcache,mode=max + cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest + cache-to: type=inline platforms: linux/amd64,linux/arm64