File tree 2 files changed +1
-88
lines changed
2 files changed +1
-88
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 30
30
enable-cache : true
31
31
- run : uvx ruff format . --check
32
32
33
- build-image :
34
- needs : [ruff, ruff-format]
35
- runs-on : ubuntu-latest
36
- steps :
37
- - name : Checkout
38
- uses : actions/checkout@v4
39
-
40
- - name : Set up Docker Buildx
41
- uses : docker/setup-buildx-action@v3
42
-
43
- - name : Build and export
44
- uses : docker/build-push-action@v5
45
- with :
46
- file : resources/images/commander/Dockerfile
47
- context : .
48
- tags : bitcoindevproject/warnet-commander:latest
49
- cache-from : type=gha
50
- cache-to : type=gha,mode=max
51
- outputs : type=docker,dest=/tmp/commander.tar
52
-
53
- - name : Upload artifact
54
- uses : actions/upload-artifact@v4
55
- with :
56
- name : commander
57
- path : /tmp/commander.tar
58
-
59
33
test :
60
- needs : [build-image ]
34
+ needs : [ruff, ruff-format ]
61
35
runs-on : ubuntu-latest
62
36
strategy :
63
37
matrix :
You can’t perform that action at this time.
0 commit comments