diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index a8c278f7..a625c577 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -72,4 +72,4 @@ jobs: VERSION: ${COMMIT_SHORT_SHA} run: | echo "${VERSION}" - make -f deployments/container/Makefile build-${{ matrix.dist }} + make -f deployments/gpu-operator/Makefile build-${{ matrix.dist }}