Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Feb 4, 2025
1 parent 17fd89a commit 3ed927c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 3ed927c

Please sign in to comment.