We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af51c07 commit b41047cCopy full SHA for b41047c
.github/workflows/spa-server-docker-cd.yml
@@ -40,7 +40,9 @@ jobs:
40
- name: build and push spa-server with S3
41
uses: docker/build-push-action@v2
42
with:
43
- context: ./docker
+ context: "{{defaultContext}}:docker"
44
file: S3FS.Dockerfile
45
push: true
46
+ cache-from: type=gha
47
+ cache-to: type=gha,mode=max
48
tags: timzaak/spa-server:${{github.event.inputs.version}}-s3
jsclient/package.json
@@ -53,7 +53,7 @@
53
"format:prettier": "prettier . -w",
54
"format:rs": "cargo fmt",
55
"lint": "eslint . -c ./.eslintrc.yml",
56
- "prepublishOnly": "napi prepublish -t npm --skip-gh-release=true",
+ "prepublishOnly": "napi prepublish --skip-gh-release=true -t npm",
57
"test": "ava",
58
"version": "napi version"
59
},
0 commit comments