File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
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 : monthly
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : docker/setup-qemu-action@v1
16- - uses : docker/setup-buildx-action@v1
17- - uses : docker/login-action@v1
14+ - uses : actions/checkout@v3
15+ - uses : docker/setup-qemu-action@v2
16+ - uses : docker/setup-buildx-action@v2
17+ - uses : docker/login-action@v2
1818 with :
1919 username : ${{ secrets.DOCKERHUB_USERNAME }}
2020 password : ${{ secrets.DOCKERHUB_TOKEN }}
21- - uses : docker/build-push-action@v2
21+ - uses : docker/build-push-action@v3
2222 with :
2323 push : true
2424 tags : articulate/http-to-https:latest
You can’t perform that action at this time.
0 commit comments