This commit is contained in:
Yuzhong Zhang
2025-06-23 13:02:10 +08:00
parent ce0d79c2f0
commit 61abbc612b
+1 -1
View File
@@ -51,6 +51,6 @@ jobs:
context: .
file: ./excalidraw-complete.Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }},latest
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}:buildcache,mode=max