add setup for buildx
Some checks failed
Check scripts syntax / check-scripts-syntax (push) Successful in 8s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 24s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Has been cancelled

This commit is contained in:
2025-08-21 22:06:25 -03:00
parent 100262513b
commit 8108ca7e7b

View File

@@ -31,10 +31,11 @@ jobs:
-u "${{ env.REGISTRY_USERNAME }}" \
--password-stdin
- name: Display Directory Structure
run: |
echo "Current directory structure:"
ls -lR .
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and Push Image
run: |