Skip to content

Commit eafcaad

Browse files
Bump docker/build-push-action from 3 to 4
Dependabot couldn't find the original pull request head commit, 37aaa4c.
1 parent b962711 commit eafcaad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
with:
261261
submodules: recursive
262262
- name: Build LocalSecret
263-
uses: docker/build-push-action@v3
263+
uses: docker/build-push-action@v4
264264
with:
265265
file: deployment/dockerfiles/Dockerfile
266266
context: .
@@ -291,7 +291,7 @@ jobs:
291291
uses: docker/setup-buildx-action@v2
292292
- uses: actions/checkout@v3
293293
- name: Build Hermes Image
294-
uses: docker/build-push-action@v3
294+
uses: docker/build-push-action@v4
295295
with:
296296
file: deployment/dockerfiles/ibc/hermes.Dockerfile
297297
context: deployment/dockerfiles/ibc

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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: .
@@ -95,7 +95,7 @@ jobs:
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

Comments
 (0)