Skip to content

Commit

Permalink
Merge pull request #76 from aurorax-neo/dev
Browse files Browse the repository at this point in the history
fix: correct cache configuration in Build Docker Image.yml
  • Loading branch information
aurorax-neo authored Jun 17, 2024
2 parents 5011a56 + a36bb44 commit dc2ec5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build Docker Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
${{ env.GHCR_REPO }}:latest
${{ env.GHCR_REPO }}:${{ steps.get_docker_image_tag.outputs.tag }}
${{ env.GHCR_REPO }}:${{ github.sha }}
cache-from: types=local,src=/tmp/.buildx-cache
cache-to: types=local,dest=/tmp/.buildx-cache,mode=max
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max

- name: Delete Workflow Runs
uses: Mattraks/delete-workflow-runs@v2
Expand Down

0 comments on commit dc2ec5a

Please sign in to comment.