Fix: github action
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -43,7 +43,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
file: "./docker/Dockerfile"
|
file: "./docker/Dockerfile"
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
"${{env.BUILDKIT_IMAGE}}:${{env.TAG}}"
|
"${{env.BUILDKIT_IMAGE}}:v1.0"
|
||||||
"ghcr.io/${{env.BUILDKIT_IMAGE}}:${{TAG}}"
|
"ghcr.io/${{env.BUILDKIT_IMAGE}}:${{TAG}}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user