ci: add context: . to Docker build step; fix docker-compose → docker compose
This commit is contained in:
@@ -109,5 +109,6 @@ jobs:
|
||||
- name: Docker build (no push)
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
tags: tutortool:ci
|
||||
|
||||
Reference in New Issue
Block a user