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