Add load flag to Github Ci

This commit is contained in:
Aj - Thomas
2022-05-11 09:32:03 +02:00
parent 4210a455c6
commit c8cbb37247

View File

@@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
- name: Build image - name: Build image
run: docker buildx build --platform linux/arm/v7,linux/amd64,linux/arm64 . --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --push run: docker buildx build --platform linux/arm/v7,linux/amd64,linux/arm64 . --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}" --load
- name: Log in to registry - name: Log in to registry