Merge pull request #17 from ddjerqq/master
This commit is contained in:
commit
fea48d2fdc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue