Skip to content

Commit

Permalink
ci: buildjet
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Jun 18, 2024
1 parent 2581057 commit e71b767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit e71b767

Please sign in to comment.