4343 run : |
4444 echo "DOCKER_CGO_LDFLAGS=-L/usr/lib/x86_64-linux-gnu/ -lrocksdb -lstdc++ -llz4 -lm -lz -lbz2 -lsnappy" >> $GITHUB_ENV
4545 - name : Build .deb Package Image
46- uses : docker/build-push-action@v3
46+ uses : docker/build-push-action@v4
4747 with :
4848 file : deployment/dockerfiles/Dockerfile
4949 context : .
9595 password : ${{ secrets.GITHUB_TOKEN }}
9696 - name : Build and Push Node Image
9797 if : ${{ matrix.db_backend == 'goleveldb' }}
98- uses : docker/build-push-action@v3
98+ uses : docker/build-push-action@v4
9999 with :
100100 file : deployment/dockerfiles/Dockerfile
101101 context : .
@@ -118,7 +118,7 @@ jobs:
118118 echo "DOCKER_CGO_LDFLAGS=-L/usr/lib/x86_64-linux-gnu/ -lrocksdb -lstdc++ -llz4 -lm -lz -lbz2 -lsnappy" >> $GITHUB_ENV
119119
120120 - name : Build .deb Package Image
121- uses : docker/build-push-action@v3
121+ uses : docker/build-push-action@v4
122122 with :
123123 file : deployment/dockerfiles/Dockerfile
124124 context : .
@@ -199,7 +199,7 @@ jobs:
199199 id : get_version
200200 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
201201 - name : Build check-hw-tool image
202- uses : docker/build-push-action@v3
202+ uses : docker/build-push-action@v4
203203 with :
204204 file : deployment/dockerfiles/Dockerfile
205205 context : .
@@ -243,7 +243,7 @@ jobs:
243243 username : ${{ github.actor }}
244244 password : ${{ secrets.GITHUB_TOKEN }}
245245 - name : Build LocalSecret
246- uses : docker/build-push-action@v3
246+ uses : docker/build-push-action@v4
247247 with :
248248 file : deployment/dockerfiles/Dockerfile
249249 context : .
0 commit comments