Update .gitea/workflows/build.yaml
All checks were successful
Build & Push / build (push) Successful in 9s
All checks were successful
Build & Push / build (push) Successful in 9s
This commit is contained in:
@@ -16,4 +16,7 @@ jobs:
|
||||
run: docker version
|
||||
|
||||
- name: "Build"
|
||||
run: docker build -t testing/capacity:2.1 .
|
||||
run: docker build -t testing/capacity:2.2 .
|
||||
|
||||
- name: "Clean Up"
|
||||
run: docker rmi testing/capacity:2.2
|
||||
Reference in New Issue
Block a user