Skip to content

Commit 8fd8b0b

Browse files
Merge pull request #3 from UnstoppableMango/buildcache-fix
2 parents d34a8d1 + db9bf2d commit 8fd8b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
${{ secrets.DOCKER_HUB_USERNAME }}/multi-downloader-nx:latest
4040
${{ secrets.DOCKER_HUB_USERNAME }}/multi-downloader-nx:${{ env.VERSION }}
4141
cache-from: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/multi-downloader-nx:buildcache
42-
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/multi-downloader-nx,mode=max
42+
cache-to: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/multi-downloader-nx:buildcache,mode=max

0 commit comments

Comments
 (0)