Update .gitea/workflows/build-and-test.yml
Some checks failed
Build and Test / build-image (push) Failing after 5s
Some checks failed
Build and Test / build-image (push) Failing after 5s
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
- name: Build Docker image
|
||||
run: |
|
||||
docker build -t TestImage:latest .
|
||||
docker build -t testimage:latest .
|
||||
# The 'run:' keyword executes shell commands
|
||||
|
||||
- name: Run tests (example)
|
||||
|
||||
Reference in New Issue
Block a user