@@ -38,63 +38,63 @@ jobs:
3838 ubuntu:
3939 - 'ubuntu/**'
4040 - name : Build and push alpine
41- uses : docker/build-push-action@v6
41+ uses : docker/build-push-action@v7
4242 if : steps.filter.outputs.alpine == 'true'
4343 with :
4444 context : alpine
4545 push : true
4646 tags : ttl.sh/cloud-dev-images-alpine
4747 - name : Build and push busybox
48- uses : docker/build-push-action@v6
48+ uses : docker/build-push-action@v7
4949 if : steps.filter.outputs.busybox == 'true'
5050 with :
5151 context : busybox
5252 push : true
5353 tags : ttl.sh/cloud-dev-images-busybox
5454 - name : Build and push docker
55- uses : docker/build-push-action@v6
55+ uses : docker/build-push-action@v7
5656 if : steps.filter.outputs.docker == 'true'
5757 with :
5858 context : docker
5959 push : true
6060 tags : ttl.sh/cloud-dev-images-docker
6161 - name : Build and push fedora
62- uses : docker/build-push-action@v6
62+ uses : docker/build-push-action@v7
6363 if : steps.filter.outputs.fedora == 'true'
6464 with :
6565 context : fedora
6666 push : true
6767 tags : ttl.sh/cloud-dev-images-fedora
6868 - name : Build and push golang
69- uses : docker/build-push-action@v6
69+ uses : docker/build-push-action@v7
7070 if : steps.filter.outputs.golang == 'true'
7171 with :
7272 context : golang
7373 push : true
7474 tags : ttl.sh/cloud-dev-images-golang
7575 - name : Build and push openjdk
76- uses : docker/build-push-action@v6
76+ uses : docker/build-push-action@v7
7777 if : steps.filter.outputs.openjdk == 'true'
7878 with :
7979 context : openjdk
8080 push : true
8181 tags : ttl.sh/cloud-dev-images-openjdk
8282 - name : Build and push ubi8
83- uses : docker/build-push-action@v6
83+ uses : docker/build-push-action@v7
8484 if : steps.filter.outputs.ubi8 == 'true'
8585 with :
8686 context : ubi8
8787 push : true
8888 tags : ttl.sh/cloud-dev-images-ubi8
8989 - name : Build and push ubi9
90- uses : docker/build-push-action@v6
90+ uses : docker/build-push-action@v7
9191 if : steps.filter.outputs.ubi9 == 'true'
9292 with :
9393 context : ubi9
9494 push : true
9595 tags : ttl.sh/cloud-dev-images-ubi9
9696 - name : Build and push ubuntu
97- uses : docker/build-push-action@v6
97+ uses : docker/build-push-action@v7
9898 if : steps.filter.outputs.ubuntu == 'true'
9999 with :
100100 context : ubuntu
0 commit comments