diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 252c417d..d6cbdcbe 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Setup dockerfile run: | - cp v3-dockerfile-test-suite-PY${{ matrix.python-version }} Dockerfile + cp containers/v3-dockerfile-test-suite-python${{ matrix.python-version }} Dockerfile - name: Login to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1