File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,34 +18,34 @@ jobs:
1818
1919 steps :
2020 - name : Check out the repo
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Set up QEMU
24- uses : docker/setup-qemu-action@v3
24+ uses : docker/setup-qemu-action@v4
2525
2626 - name : Set up Docker Buildx
27- uses : docker/setup-buildx-action@v3
27+ uses : docker/setup-buildx-action@v4
2828 with :
2929 driver-opts : |
3030 image=moby/buildkit:buildx-stable-1
3131
3232 - name : Login to Docker Hub
33- uses : docker/login-action@v3
33+ uses : docker/login-action@v4
3434 with :
3535 username : ${{ secrets.DOCKERHUB_USERNAME }}
3636 password : ${{ secrets.DOCKERHUB_TOKEN }}
3737
3838 - name : Extract metadata (tags, labels) for Docker
3939 id : meta
40- uses : docker/metadata-action@v5
40+ uses : docker/metadata-action@v6
4141 with :
4242 images : asternic/wuzapi
4343 tags : |
4444 type=raw,value=latest
4545 type=sha,format=short
4646
4747 - name : Build and push Docker image
48- uses : docker/build-push-action@v5
48+ uses : docker/build-push-action@v7
4949 with :
5050 context : .
5151 platforms : linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments