diff --git a/.github/workflows/template-build-docker-x64.yml b/.github/workflows/template-build-docker-x64.yml index 68886224c..fa611e6d9 100644 --- a/.github/workflows/template-build-docker-x64.yml +++ b/.github/workflows/template-build-docker-x64.yml @@ -54,7 +54,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: ./Dockerfile + file: ./docker/Dockerfile push: true tags: ${{ inputs.tags }} build-args: |