From 3ed927c7a521d2bd54972566e9bf2434ccf42513 Mon Sep 17 00:00:00 2001 From: Ignacio Perez Date: Tue, 4 Feb 2025 18:22:23 -0300 Subject: [PATCH] test3 --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b764fc0e..7c821249 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,10 +22,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Check if cache exists from main - run: | - gh cache list --ref refs/heads/main - - name: Build prod Docker image uses: docker/build-push-action@v6 with: @@ -34,6 +30,9 @@ jobs: cache-to: type=gha,scope=${{ github.ref_name }},mode=max file: Dockerfile + - name: Check if cache exists from main + run: | + gh cache list --ref refs/heads/main linters: name: Linters runs-on: ubuntu-latest