Skip to content

Commit

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

0 comments on commit 20bf78e

Please sign in to comment.