ci: Set working directory as autoconf (#2) · python/cpython-devcontainers@a2e04a7

GitHub

Original file line numberDiff line numberDiff line change@@ -15,9 +15,6 @@ jobs:

1515matrix:

1616autoconf_version: ["2.69", "2.71", "2.72"]

1717runs-on: ubuntu-latest

18-defaults:

19-run:

20-working-directory: ./autoconf

2118env:

2219TAG: autoconf:${{ matrix.autoconf_version }}-${{ github.run_id }}

2320steps:

@@ -28,7 +25,7 @@ jobs:

2825 - name: Build Dockerfile

2926uses: docker/build-push-action@v5

3027with:

31-context: .

28+context: ./autoconf

3229build-args: AUTOCONF_VERSION=${{ matrix.autoconf_version }}

3330load: true

3431tags: ${{ env.TAG }}