Update docker-publish.yml

Add setup buildx action
This commit is contained in:
tenxdeveloper 2025-09-17 11:43:12 +04:00 committed by GitHub
parent a8c32837d9
commit 7e690f4919
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,6 +65,10 @@ jobs:
with: with:
platforms: all platforms: all
# Set up docker buildx for multi-platform builds
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# Build and push Docker image with Buildx (don't push on PR) # Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action
- name: Build and push Docker image - name: Build and push Docker image