File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
build_n_push :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
16
16
- name : setup-node
17
- uses : actions/setup-node@v2
17
+ uses : actions/setup-node@v3
18
18
with :
19
19
node-version : ' 16'
20
20
cache : ' npm'
@@ -27,26 +27,26 @@ jobs:
27
27
run : CI=false npm run build
28
28
-
29
29
name : Set up QEMU
30
- uses : docker/setup-qemu-action@v1
30
+ uses : docker/setup-qemu-action@v2
31
31
-
32
32
name : Set up Docker Buildx
33
- uses : docker/setup-buildx-action@v1
33
+ uses : docker/setup-buildx-action@v2
34
34
-
35
35
name : Docker meta
36
36
id : meta
37
- uses : docker/metadata-action@v3
37
+ uses : docker/metadata-action@v4
38
38
with :
39
39
images : wiretrustee/dashboard
40
40
-
41
41
name : Login to DockerHub
42
42
if : github.event_name != 'pull_request'
43
- uses : docker/login-action@v1
43
+ uses : docker/login-action@v2
44
44
with :
45
45
username : ${{ secrets.DOCKER_USER }}
46
46
password : ${{ secrets.DOCKER_TOKEN }}
47
47
-
48
48
name : Docker build and push
49
- uses : docker/build-push-action@v2
49
+ uses : docker/build-push-action@v3
50
50
with :
51
51
context : .
52
52
file : docker/Dockerfile
You can’t perform that action at this time.
0 commit comments