]> git.puffer.fish Git - matthieu/nova.git/commitdiff
cache using github actions
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 16 Jan 2023 08:17:08 +0000 (12:17 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Mon, 16 Jan 2023 08:17:08 +0000 (12:17 +0400)
.github/workflows/docker-publish.yml

index c3bafe2d7ab2c8c61c13eb441631033fb9f26453..5c075931a9c4abe2bdd1d83361ec249b9e68c649 100644 (file)
@@ -34,5 +34,6 @@ jobs:
         uses: docker/bake-action@v2
         with:
           push: true
-          cache-from: type=gha
-          cache-to: type=gha,mode=max
+          set: |
+            *.cache-from=type=gha
+            *.cache-to=type=gha,mode=max