fix: buildx
This commit is contained in:
parent
764d8a62f6
commit
ceec4a2ef2
@ -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..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user