diff --git a/.github/workflows/heat-stack.yml b/.github/workflows/heat-stack.yml index 4a552a8b..d005f402 100644 --- a/.github/workflows/heat-stack.yml +++ b/.github/workflows/heat-stack.yml @@ -192,11 +192,11 @@ jobs: field: 'app' # move Dockerfile to root - - name: 🚚 Move Dockerfile - working-directory: ${{ env.heat-stack-working-directory }} - run: | - mv ./other/Dockerfile ./Dockerfile - mv ./other/.dockerignore ./.dockerignore + # - name: 🚚 Move Dockerfile + # working-directory: ${{ env.heat-stack-working-directory }} + # run: | + # mv ./other/Dockerfile ./Dockerfile + # mv ./other/.dockerignore ./.dockerignore - name: Pull Built Wheel Artifact uses: actions/download-artifact@v4