diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1fe3c97a..93249359 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -91,7 +91,7 @@ jobs: # Build and push image to Google Artifact Registry - name: Build & push id: docker_build - uses: docker/build-push-action@v2.9.0 + uses: docker/build-push-action@v2.10.0 with: target: runtime context: . diff --git a/.github/workflows/test-full-sync.yml b/.github/workflows/test-full-sync.yml index 31e4e50d..dce558a6 100644 --- a/.github/workflows/test-full-sync.yml +++ b/.github/workflows/test-full-sync.yml @@ -94,7 +94,7 @@ jobs: # Build and push image to Google Artifact Registry - name: Build & push id: docker_build - uses: docker/build-push-action@v2.8.0 + uses: docker/build-push-action@v2.10.0 with: target: tester context: . diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc1438b5..b48cf2b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,7 +95,7 @@ jobs: # Build and push image to Google Artifact Registry - name: Build & push id: docker_build - uses: docker/build-push-action@v2.8.0 + uses: docker/build-push-action@v2.10.0 with: target: tester context: . diff --git a/.github/workflows/zcash-lightwalletd.yml b/.github/workflows/zcash-lightwalletd.yml index c74ea986..08a22dee 100644 --- a/.github/workflows/zcash-lightwalletd.yml +++ b/.github/workflows/zcash-lightwalletd.yml @@ -93,7 +93,7 @@ jobs: # Build and push image to Google Artifact Registry - name: Build & push id: docker_build - uses: docker/build-push-action@v2.9.0 + uses: docker/build-push-action@v2.10.0 with: target: build context: . diff --git a/.github/workflows/zcash-params.yml b/.github/workflows/zcash-params.yml index b6cb84e5..39110b0d 100644 --- a/.github/workflows/zcash-params.yml +++ b/.github/workflows/zcash-params.yml @@ -83,7 +83,7 @@ jobs: # Build and push image to Google Artifact Registry - name: Build & push id: docker_build - uses: docker/build-push-action@v2.9.0 + uses: docker/build-push-action@v2.10.0 with: target: builder context: .