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 12
12
build-and-push :
13
13
runs-on : blacksmith-4vcpu-ubuntu-2404
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- name : Login to DockerHub
17
17
uses : docker/login-action@v3
18
18
with :
Original file line number Diff line number Diff line change 15
15
timeout-minutes : 8
16
16
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
20
20
- name : Build image
21
21
id : build-image
Original file line number Diff line number Diff line change 19
19
timeout-minutes : 8
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
24
24
- name : Build staging image
25
25
id : build-staging-image
Original file line number Diff line number Diff line change 8
8
timeout-minutes : 10
9
9
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- uses : actions/setup-node@v5
13
13
with :
14
14
node-version : ' 20'
You can’t perform that action at this time.
0 commit comments