diff --git a/.github/workflows/update_ci_image.yaml b/.github/workflows/update_ci_image.yaml index 5f72cfd3633..f3c85ae7370 100644 --- a/.github/workflows/update_ci_image.yaml +++ b/.github/workflows/update_ci_image.yaml @@ -99,7 +99,7 @@ jobs: - name: Build and push ${{ github.ref_name }} if: steps.config.outputs.trigger == 'true' id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . pull: true