Skip to content

Commit b41047c

Browse files
committed
ci: fix
1 parent af51c07 commit b41047c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/spa-server-docker-cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
- name: build and push spa-server with S3
4141
uses: docker/build-push-action@v2
4242
with:
43-
context: ./docker
43+
context: "{{defaultContext}}:docker"
4444
file: S3FS.Dockerfile
4545
push: true
46+
cache-from: type=gha
47+
cache-to: type=gha,mode=max
4648
tags: timzaak/spa-server:${{github.event.inputs.version}}-s3

jsclient/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"format:prettier": "prettier . -w",
5454
"format:rs": "cargo fmt",
5555
"lint": "eslint . -c ./.eslintrc.yml",
56-
"prepublishOnly": "napi prepublish -t npm --skip-gh-release=true",
56+
"prepublishOnly": "napi prepublish --skip-gh-release=true -t npm",
5757
"test": "ava",
5858
"version": "napi version"
5959
},

0 commit comments

Comments
 (0)