Commit 7c228a3 1 parent aefff31 commit 7c228a3 Copy full SHA for 7c228a3
File tree 2 files changed +6
-20
lines changed
2 files changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,10 @@ jobs:
61
61
toolchain : nightly
62
62
override : true
63
63
64
- - run : cargo build --release
64
+ - run : |
65
+ cargo build --release \
66
+ && ls -lh
65
67
66
- - name : ls dir
67
- run : |
68
- ls -lh
69
68
70
69
- name : Docker Login
71
70
uses : docker/login-action@v3
86
85
cache-from : type=gha
87
86
file : ./Dockerfile
88
87
cache-to : type=gha,mode=max
89
- platforms : linux/amd64
88
+ platforms : linux/amd64
89
+ context : ${{ github.workspace }}
Original file line number Diff line number Diff line change 1
1
.idea
2
2
3
- # Added by cargo
4
-
5
- /target
6
- # Logs
3
+ target
7
4
logs
8
5
* .log
9
6
npm-debug.log *
@@ -16,17 +13,6 @@ node_modules
16
13
** /node_modules
17
14
** /dist
18
15
** /.idea
19
- dist-ssr
20
- * .local
21
16
22
- # Editor directories and files
23
- .vscode /*
24
- ! .vscode /extensions.json
25
- .DS_Store
26
- * .suo
27
- * .ntvs *
28
- * .njsproj
29
- * .sln
30
- * .sw ?
31
17
charts /templates /configMap.yaml
32
18
data
You can’t perform that action at this time.
0 commit comments