File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- name : Set Image Tag
54
54
id : itag
55
- run : echo "itag=${{ steps.sha .outputs.branch }}-${{ steps.sha.outputs.sha }}-${{ steps.timestamp.outputs.timestamp }}" >> $GITHUB_OUTPUT
55
+ run : echo "itag=${{ steps.branch .outputs.branch }}-${{ steps.sha.outputs.sha }}-${{ steps.timestamp.outputs.timestamp }}" >> $GITHUB_OUTPUT
56
56
57
57
- name : Build and push
58
58
uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ paths :
8
+ # Source files in each member
9
+ - " compute/src/**"
10
+ - " p2p/src/**"
11
+ - " workflows/src/**"
12
+ # Cargo in each member
13
+ - " compute/Cargo.toml"
14
+ - " p2p/Cargo.toml"
15
+ - " workflows/Cargo.toml"
16
+ # root-level Cargo
17
+ - " Cargo.lock"
7
18
workflow_dispatch :
8
19
9
20
jobs :
You can’t perform that action at this time.
0 commit comments