Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpontetto committed Nov 14, 2024
1 parent a8ad655 commit e4f5f0e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ jobs:
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.head_ref || github.ref_name }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-${{ github.head_ref || github.ref_name }}
${{ runner.os }}-buildx-main
${{ runner.os }}-buildx-
key: ${{ runner.os }}-buildx-main
- name: Build prod Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit e4f5f0e

Please sign in to comment.