File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
2626 uses : actions/checkout@v6
2727
2828 - name : Log in to GHCR
29- uses : docker/login-action@v3
29+ uses : docker/login-action@v4
3030 with :
3131 registry : ghcr.io
3232 username : ${{ github.actor }}
3333 password : ${{ secrets.GITHUB_TOKEN }}
3434
3535 - name : Set up Buildx
36- uses : docker/setup-buildx-action@v3
36+ uses : docker/setup-buildx-action@v4
3737
3838 - name : Build and push
39- uses : docker/build-push-action@v6
39+ uses : docker/build-push-action@v7
4040 with :
4141 context : build
4242 file : build/fpm.Dockerfile
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v6
2626
2727 - name : Log in to GHCR
28- uses : docker/login-action@v3
28+ uses : docker/login-action@v4
2929 with :
3030 registry : ghcr.io
3131 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments