fix: pr validation #6

Merged
ricardo merged 7 commits from feat/live-preview into Release/V0.0.3 2025-07-25 22:57:16 +00:00
Showing only changes of commit ceec4a2ef2 - Show all commits

View File

@ -73,14 +73,13 @@ jobs:
# Build apenas para teste (sem push)
docker buildx build \
--platform linux/amd64 \
--file Dockerfile.release \
--build-arg VERSION=$VERSION \
--build-arg COMMIT=$SHORT_COMMIT \
--tag $REGISTRY/$IMAGE_NAME:pr-${{ github.event.number }}-$SHORT_COMMIT \
--load \
.
- name: Security scan (opcional)
run: |
echo "🔒 Executando verificações de segurança..."