mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-08-26 02:59:40 +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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
@ -51,7 +57,7 @@ jobs:
|
|||||||
type=sha
|
type=sha
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.${{ matrix.type }}
|
file: Dockerfile.${{ matrix.type }}
|
||||||
|
Loading…
Reference in New Issue
Block a user