File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 with :
2323 version : ${{ inputs.version }}
2424 - name : Log in to GitHub container registry
25- uses : docker/login-action@v3.7 .0
25+ uses : docker/login-action@v4.0 .0
2626 with :
2727 registry : ghcr.io
2828 username : ${{ github.actor }}
2929 password : ${{ secrets.GITHUB_TOKEN }}
3030 - name : Login to Docker Hub
31- uses : docker/login-action@v3.7 .0
31+ uses : docker/login-action@v4.0 .0
3232 with :
3333 username : ${{ secrets.DOCKERHUB_USERNAME }}
3434 password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 5555 - name : Set up Docker Buildx
5656 uses : docker/setup-buildx-action@v4.0.0
5757 - name : Log in to GitHub container registry
58- uses : docker/login-action@v3.7 .0
58+ uses : docker/login-action@v4.0 .0
5959 with :
6060 registry : ghcr.io
6161 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments