From 2bfab35d6bdeb15b688853a69bc90f5954ff09a8 Mon Sep 17 00:00:00 2001 From: Colm Talbot Date: Tue, 17 Sep 2024 09:39:31 -0400 Subject: [PATCH] BLD: fix path to dockerfile --- .github/workflows/build-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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