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 c25eea5f03 - Show all commits

View File

@ -73,11 +73,12 @@ jobs:
# Build apenas para teste (sem push) # Build apenas para teste (sem push)
docker buildx build \ docker buildx build \
--platform linux/amd64 \
--file Dockerfile.release \ --file Dockerfile.release \
--build-arg VERSION=$VERSION \ --build-arg VERSION=$VERSION \
--build-arg COMMIT=$SHORT_COMMIT \ --build-arg COMMIT=$SHORT_COMMIT \
--tag $REGISTRY/$IMAGE_NAME:pr-${{ github.event.number }}-$SHORT_COMMIT \ --tag $REGISTRY/$IMAGE_NAME:pr-${{ github.event.number }}-$SHORT_COMMIT \
--load \ --output type=docker \
. .
- name: Security scan (opcional) - name: Security scan (opcional)