Update .gitea/workflows/build.yaml
Build & Push / build (push) Successful in 22s

This commit is contained in:
2026-01-07 09:11:00 +00:00
parent b425940176
commit 61348cdecc
+4 -1
View File
@@ -13,4 +13,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: "Checking docker version" - name: "Checking docker version"
run: docker version run: docker version
- name: "Build"
run: docker build -t testing/capacity:2 .