File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
steps :
21
21
-
22
22
name : Checkout
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3
24
24
-
25
25
name : Docker meta
26
26
id : meta
27
- uses : docker/metadata-action@v3
27
+ uses : docker/metadata-action@v4
28
28
with :
29
29
images : antsx/ants
30
30
-
36
36
password : ${{ secrets.DOCKERHUB_TOKEN }}
37
37
-
38
38
name : Build and push
39
- uses : docker/build-push-action@v2
39
+ uses : docker/build-push-action@v3
40
40
with :
41
41
context : .
42
42
push : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change 31
31
build_type : " Release" ,
32
32
generators : " Ninja"
33
33
}
34
- - {
35
- name : " Ubuntu-18.04-GCC" ,
36
- os : ubuntu-18.04,
37
- cc : " gcc" ,
38
- cxx : " g++" ,
39
- build_type : " Release" ,
40
- generators : " Ninja"
41
- }
42
34
- {
43
35
name : " Macos-12-clang" ,
44
36
os : macos-12,
You can’t perform that action at this time.
0 commit comments