We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efaf71 commit a057a6bCopy full SHA for a057a6b
1 file changed
.github/workflows/publish-package.yml
@@ -19,6 +19,7 @@ jobs:
19
name: Publish package
20
uses: nedix/actions/publish-package@main
21
with:
22
+ enable_cache: 'true'
23
platforms: linux/amd64,linux/arm64/v8
24
registry: ${{ secrets.REGISTRY_DOMAIN || 'ghcr.io' }}
25
registry_path: ${{ secrets.REGISTRY_PATH || github.repository }}
0 commit comments