File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- name : Bundle & Package all files
24
24
run : |
25
- npx lerna run bundle --stream
26
- npm pack --workspaces
25
+ npx lerna run bundle --stream
26
+ npm pack --workspaces
27
27
28
28
- name : Set up Docker Qemu
29
29
id : qemu
@@ -32,15 +32,15 @@ jobs:
32
32
- name : Set up Docker Buildx
33
33
id : buildx
34
34
uses : docker/setup-buildx-action@v3
35
-
35
+
36
36
- name : Copy packages and files
37
37
run : |
38
38
# Files are packed into the base directory
39
39
cp *.tgz packages/server/
40
40
cp *.tgz packages/cli/
41
41
cp -r packages/lambda-tiler/static/ packages/server/
42
42
cp -r packages/lambda-tiler/static/ packages/cli/
43
-
43
+
44
44
- name : Login to GitHub Container Registry
45
45
uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
46
46
with :
62
62
context : packages/server
63
63
platforms : linux/arm64,linux/amd64
64
64
tags : ghcr.io/${{ github.repository }}/server:pr-${{ github.event.number }}
65
- push : true
65
+ push : true
You can’t perform that action at this time.
0 commit comments