File tree Expand file tree Collapse file tree 2 files changed +1
-88
lines changed Expand file tree Collapse file tree 2 files changed +1
-88
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3030 enable-cache : true
3131 - run : uvx ruff format . --check
3232
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-
5933 test :
60- needs : [build-image ]
34+ needs : [ruff, ruff-format ]
6135 runs-on : ubuntu-latest
6236 strategy :
6337 matrix :
You can’t perform that action at this time.
0 commit comments