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