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:
1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121
2222 - name : Set up QEMU
23- uses : docker/setup-qemu-action@v1
23+ uses : docker/setup-qemu-action@v2
2424
2525 - name : Set up Docker Buildx
2626 id : buildx
27- uses : docker/setup-buildx-action@v1
27+ uses : docker/setup-buildx-action@v2
2828
2929 - name : Build image
3030 run : |-
5252
5353 - name : Login to Docker Hub
5454 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
5656 with :
5757 username : ${{ secrets.DOCKERHUB_USERNAME }}
5858 password : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments