File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
build :
12
- runs-on : ubuntu-18 .04
12
+ runs-on : ubuntu-22 .04
13
13
name : Build on push with branch looking like nolim1t*
14
14
steps :
15
15
- name : Checkout repo
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- runs-on : ubuntu-18 .04
13
+ runs-on : ubuntu-22 .04
14
14
name : Build and push all the stuff defined in this repo
15
15
steps :
16
16
- name : Checkout repo
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- runs-on : ubuntu-18 .04
13
+ runs-on : ubuntu-22 .04
14
14
name : Build TOR
15
15
steps :
16
16
- name : Setup Environment
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
sync :
13
13
name : Update README to Docker Hub
14
- runs-on : ubuntu-18 .04
14
+ runs-on : ubuntu-22 .04
15
15
steps :
16
16
- uses : actions/checkout@v2.0.0
17
17
- name : Sync README.md and Description to Docker Hub using meeDamian action (my fork)
You can’t perform that action at this time.
0 commit comments