Skip to content

Commit 906eef2

Browse files
authored
Update Docker cache references in workflow
1 parent 631032b commit 906eef2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ jobs:
5555
labels: ${{ steps.meta.outputs.labels }}
5656
build-args: |
5757
NODE_ENV=production
58-
cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/lynx:buildcache
59-
cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/lynx:buildcache,mode=max
58+
cache-from: type=registry,ref=paueron/lynx:buildcache
59+
cache-to: type=inline
60+

0 commit comments

Comments
 (0)