Add youtubedl-Material Container (#374)

This commit is contained in:
Kjeld Schouten-Lebbing
2021-04-17 17:01:43 +02:00
committed by GitHub
parent 6af2bb3cee
commit a9a7eaf82e
10 changed files with 96 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ jobs:
fi
if [ "${{github.event_name}}" == "pull_request" ]; then
echo ::set-output name=push::false
echo ::set-output name=cache_from::"type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ matrix.container }}:buildcache"
echo ::set-output name=cache_from::"type=registry,ref=ghcr.io/${{ github.repository_owner }}/${{ matrix.container }}:buildcache" || echo ::set-output name=cache_from::""
echo ::set-output name=cache_to::""
else
echo ::set-output name=push::true