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 2424 password : ${{ secrets.DOCKERHUB_TOKEN }}
2525 -
2626 name : Update repo description with README.md
27- uses : peter-evans/dockerhub-description@v3
27+ uses : peter-evans/dockerhub-description@v5
2828 with :
2929 username : ${{ secrets.DOCKERHUB_USERNAME }}
3030 password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Delete old workflow runs
16- uses : bfren/delete-workflow-runs@main
16+ uses : bfren/delete-workflow-runs@v2
1717 with :
1818 token : ${{ secrets.GITHUB_TOKEN }}
1919 repository : ${{ github.repository }}
Original file line number Diff line number Diff line change 1- FROM quay.io/bfren/nginx:nginx1.28-alpine3.23-7.1.0
1+ FROM quay.io/bfren/nginx:nginx1.28-alpine3.23-7.1.1
22
33LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-webdav"
44
Original file line number Diff line number Diff line change 1- 7.1.0
1+ 7.1.1
You can’t perform that action at this time.
0 commit comments