9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Build
|
name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main"]
|
branches: [ "main","v1.0"]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
docker_tag:
|
docker_tag:
|
||||||
@@ -43,9 +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"
|
||||||
# "${{env.BUILDKIT_IMAGE}}:latest"
|
|
||||||
"ghcr.io/${{env.BUILDKIT_IMAGE}}:${{TAG}}"
|
"ghcr.io/${{env.BUILDKIT_IMAGE}}:${{TAG}}"
|
||||||
# "ghcr.io/${{env.BUILDKIT_IMAGE}}:latest"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user