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

This commit is contained in:
2025-10-08 08:51:02 +00:00
parent 73c7c8d78c
commit 62dd9eb9a4

View File

@@ -52,10 +52,7 @@ jobs:
run: |
cat docker.file
- name: "Build"
- name: "Build & Push"
run: |
docker build -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG .
- name: "Push"
run: |
docker push $REGISTRY/$IMAGE_NAME:$IMAGE_TAG
docker buildx prune -a
docker buildx build --push -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG .