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

This commit is contained in:
2026-01-07 09:11:00 +00:00
parent b425940176
commit 61348cdecc

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 .