fix: buildx
Some checks failed
PR Validation for Release / Validate Pull Request (pull_request) Failing after 14s
PR Validation for Release / Ready for Merge (pull_request) Has been skipped

This commit is contained in:
Ricardo Carneiro 2025-07-25 19:40:51 -03:00
parent 764d8a62f6
commit ceec4a2ef2

View File

@ -73,14 +73,13 @@ 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 \ --load \
. .
- name: Security scan (opcional) - name: Security scan (opcional)
run: | run: |
echo "🔒 Executando verificações de segurança..." echo "🔒 Executando verificações de segurança..."