diff --git a/.github/workflows/integration-chaos-tests.yml b/.github/workflows/integration-chaos-tests.yml index 451ce171d69..a61ca96b103 100644 --- a/.github/workflows/integration-chaos-tests.yml +++ b/.github/workflows/integration-chaos-tests.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Build and Push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . file: core/chainlink.Dockerfile diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 6ba65cc971c..48ef6977e2f 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -38,7 +38,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Build and Push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . file: core/chainlink.Dockerfile