mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-26 19:19:13 +00:00
chore : setup buildx
This commit is contained in:
parent
afddca5742
commit
615320a4df
8
.github/workflows/generate-release.yml
vendored
8
.github/workflows/generate-release.yml
vendored
@ -30,6 +30,12 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@ -51,7 +57,7 @@ jobs:
|
||||
type=sha
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.${{ matrix.type }}
|
||||
|
Loading…
Reference in New Issue
Block a user