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

This commit is contained in:
2025-10-09 04:01:53 +00:00
parent 941899aa54
commit 61b69fd2ba

View File

@@ -57,4 +57,6 @@ jobs:
docker buildx build -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG . docker buildx build -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG .
- name: "Check image" - name: "Check image"
run: docker images run: |
docker images
docker images prune -af