Update .gitea/workflows/build.yaml
Build & Push / build (push) Failing after 10s

This commit is contained in:
2025-10-09 04:01:53 +00:00
parent 941899aa54
commit 61b69fd2ba
+3 -1
View File
@@ -57,4 +57,6 @@ jobs:
docker buildx build -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG .
- name: "Check image"
run: docker images
run: |
docker images
docker images prune -af