File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525
2626 - name : Set up Docker Buildx
27- uses : docker/setup-buildx-action@v3
27+ uses : docker/setup-buildx-action@v4
2828
2929 - name : Log in to GHCR
30- uses : docker/login-action@v3
30+ uses : docker/login-action@v4
3131 with :
3232 registry : ghcr.io
3333 username : ${{ github.repository_owner }}
3434 password : ${{ secrets.GITHUB_TOKEN }}
3535
3636 - id : meta
37- uses : docker/metadata-action@v5
37+ uses : docker/metadata-action@v6
3838 with :
3939 images : ghcr.io/${{ github.repository_owner }}/landolfio
4040 # Tag strategy:
4949 type=raw,value=latest,enable=${{ github.event_name == 'release' && github.event.release.prerelease == false }}
5050
5151 - name : Build and push
52- uses : docker/build-push-action@v6
52+ uses : docker/build-push-action@v7
5353 with :
5454 context : .
5555 push : true
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : " Checkout the triggering commit"
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 ref : ${{ github.event.workflow_run.head_sha }}
2626
You can’t perform that action at this time.
0 commit comments