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

This commit is contained in:
2025-10-09 04:04:38 +00:00
parent 6fe546f345
commit 083cc60fa8

View File

@@ -52,12 +52,12 @@ jobs:
run: |
cat docker.file
- name: "Prune all necessary image"
run: |
docker image prune -af
- name: "Build & Push"
run: |
docker buildx build -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG .
docker buildx build --push -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG .
- name: "Check image"
run: |
docker images
docker image prune -af
docker images