diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index a1a92ea..005145d 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -135,7 +135,7 @@ jobs: endpoint: builders - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 timeout-minutes: 60 with: file: .docker/lifecycle-controller-manager/Dockerfile @@ -196,7 +196,7 @@ jobs: endpoint: builders - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 timeout-minutes: 60 with: file: .docker/lifecycle-service/Dockerfile