Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Feb 5, 2025
1 parent 4c4b9eb commit f023cf4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: List caches from main branch
run: |
curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
"https://api.github.com/repos/${{ github.repository }}/actions/caches?ref=refs/heads/main"
- name: Build prod Docker image
uses: docker/build-push-action@v6
with:
push: false
cache-from: type=gha,scope=main
cache-from: type=gha,ref=refs/heads/main
cache-to: type=gha,scope=${{ github.ref_name }},mode=max
file: Dockerfile
build-args: |
--progress=plain

linters:
name: Linters
Expand Down

0 comments on commit f023cf4

Please sign in to comment.