File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
7
+ - package-ecosystem : " docker"
8
+ directory : " /"
9
+ schedule :
10
+ interval : " daily"
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
22
22
- name : Set up QEMU
23
- uses : docker/setup-qemu-action@v1
23
+ uses : docker/setup-qemu-action@v2
24
24
25
25
- name : Set up Docker Buildx
26
26
id : buildx
27
- uses : docker/setup-buildx-action@v1
27
+ uses : docker/setup-buildx-action@v2
28
28
29
29
- name : Build image
30
30
run : |-
52
52
53
53
- name : Login to Docker Hub
54
54
if : (github.ref == 'refs/heads/master' && github.event_name == 'push') || contains(github.ref, 'refs/tags/')
55
- uses : docker/login-action@v1
55
+ uses : docker/login-action@v2
56
56
with :
57
57
username : ${{ secrets.DOCKERHUB_USERNAME }}
58
58
password : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments