4848 username : ${{ secrets.DOCKERHUB_USERNAME }}
4949 password : ${{ secrets.DOCKERHUB_TOKEN }}
5050 - name : Build and push
51- uses : docker/build-push-action@v4
51+ uses : docker/build-push-action@v5
5252 with :
5353 context : " {{defaultContext}}:other/bootstrap_daemon/websocket"
5454 push : ${{ github.event_name == 'push' }}
6969 username : ${{ secrets.DOCKERHUB_USERNAME }}
7070 password : ${{ secrets.DOCKERHUB_TOKEN }}
7171 - name : Build and push
72- uses : docker/build-push-action@v4
72+ uses : docker/build-push-action@v5
7373 with :
7474 context : " ."
7575 file : .clusterfuzzlite/Dockerfile
9090 username : ${{ secrets.DOCKERHUB_USERNAME }}
9191 password : ${{ secrets.DOCKERHUB_TOKEN }}
9292 - name : Build and push
93- uses : docker/build-push-action@v4
93+ uses : docker/build-push-action@v5
9494 with :
9595 file : testing/Dockerfile
9696 push : ${{ github.event_name == 'push' }}
@@ -110,7 +110,7 @@ jobs:
110110 username : ${{ secrets.DOCKERHUB_USERNAME }}
111111 password : ${{ secrets.DOCKERHUB_TOKEN }}
112112 - name : Build and push
113- uses : docker/build-push-action@v4
113+ uses : docker/build-push-action@v5
114114 with :
115115 file : other/emscripten/Dockerfile
116116 push : ${{ github.event_name == 'push' }}
@@ -130,7 +130,7 @@ jobs:
130130 username : ${{ secrets.DOCKERHUB_USERNAME }}
131131 password : ${{ secrets.DOCKERHUB_TOKEN }}
132132 - name : Build and push
133- uses : docker/build-push-action@v4
133+ uses : docker/build-push-action@v5
134134 with :
135135 file : other/docker/esp32/Dockerfile
136136 push : ${{ github.event_name == 'push' }}
@@ -150,7 +150,7 @@ jobs:
150150 username : ${{ secrets.DOCKERHUB_USERNAME }}
151151 password : ${{ secrets.DOCKERHUB_TOKEN }}
152152 - name : Build and push
153- uses : docker/build-push-action@v4
153+ uses : docker/build-push-action@v5
154154 with :
155155 context : " {{defaultContext}}:other/docker/windows"
156156 push : ${{ github.event_name == 'push' }}
@@ -174,7 +174,7 @@ jobs:
174174 username : ${{ secrets.DOCKERHUB_USERNAME }}
175175 password : ${{ secrets.DOCKERHUB_TOKEN }}
176176 - name : Build and push
177- uses : docker/build-push-action@v4
177+ uses : docker/build-push-action@v5
178178 with :
179179 context : " {{defaultContext}}:other/docker/windows"
180180 push : ${{ github.event_name == 'push' }}
0 commit comments