File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,21 +17,21 @@ jobs:
1717 packages : write
1818
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121
2222 - name : Set up Docker Buildx
23- uses : docker/setup-buildx-action@v3
23+ uses : docker/setup-buildx-action@v6
2424
2525 - name : Log in to Container Registry
26- uses : docker/login-action@v3
26+ uses : docker/login-action@v6
2727 with :
2828 registry : ${{ env.REGISTRY }}
2929 username : ${{ github.actor }}
3030 password : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Extract metadata
3333 id : meta
34- uses : docker/metadata-action@v5
34+ uses : docker/metadata-action@v6
3535 with :
3636 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3737 tags : |
4141 type=sha
4242
4343 - name : Build and push Docker image
44- uses : docker/build-push-action@v5
44+ uses : docker/build-push-action@v6
4545 with :
4646 context : .
4747 push : true
5858 contents : write
5959
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v6
6262
6363 - name : Update release with Docker info
6464 env :
You can’t perform that action at this time.
0 commit comments