Skip to content

Commit

Permalink
WIP: use forked docker-cache with fix for Bash path
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Jul 16, 2024
1 parent a732ed1 commit 51a85f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
brew install bash
ln -s "$(brew --prefix)/bin/bash" /usr/bin/ # docker-cache specifically uses /usr/bin/bash
- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.5.0
uses: cozy-labs/docker-cache@0.6.0
with:
key: ${{ needs.docker_cache_key.outputs.key }}
- name: Setup cozy-stack
Expand Down

0 comments on commit 51a85f8

Please sign in to comment.