Merge pull request #17 from ddjerqq/master

This commit is contained in:
Ronnie 2025-09-17 05:01:48 -07:00 committed by GitHub
commit fea48d2fdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,6 +65,10 @@ jobs:
with:
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)
# https://github.com/docker/build-push-action
- name: Build and push Docker image