Skip to content

Commit

Permalink
Merge pull request #544 from psieg/psieg-patch-2
Browse files Browse the repository at this point in the history
Skip action-docker-layer-caching on Ubuntu 20.04
  • Loading branch information
psieg authored Jun 25, 2022
2 parents bc1465c + 31cb6bf commit 2b037bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v2
- run: echo "DOCKER_CACHE_PREFIX=$(echo ${{ matrix.os }} | tr -d ' ')-" >> $GITHUB_ENV
- uses: satackey/[email protected]
- if: matrix.os != 'ubuntu 20.04'
uses: satackey/[email protected]
continue-on-error: true
with:
key: ${{ env.DOCKER_CACHE_PREFIX }}{hash}
Expand Down

0 comments on commit 2b037bd

Please sign in to comment.