diff --git a/.github/workflows/update-generated.yaml b/.github/workflows/update-generated.yaml index 0825caffc4..0f7461c947 100644 --- a/.github/workflows/update-generated.yaml +++ b/.github/workflows/update-generated.yaml @@ -18,7 +18,6 @@ jobs: resource: ["coredns", "aws-node", "nvidia-device-plugin"] name: Update ${{ matrix.resource }} and open PR runs-on: ubuntu-latest - container: public.ecr.aws/eksctl/eksctl-build:26e3c36557da8ae2db5d995cea673e05cc60cfce env: GOPRIVATE: "" steps: @@ -39,15 +38,8 @@ jobs: uses: ./.github/actions/setup-identity with: token: "${{ secrets.EKSCTLBOT_TOKEN }}" - - name: Cache go-build and mod - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0 - with: - path: | - ~/.cache/go-build/ - ~/go/pkg/mod/ - key: go-${{ hashFiles('go.sum') }} - restore-keys: | - go- + - name: Setup build environment + uses: ./.github/actions/setup-build - name: Update ${{ matrix.resource }} run: make update-${{ matrix.resource }} - name: Upsert pull request