Fix: github action
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.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:
|
||||||
@@ -46,6 +46,4 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
tags: |
|
tags: |
|
||||||
"${{env.BUILDKIT_IMAGE}}:${{env.TAG}}"
|
"${{env.BUILDKIT_IMAGE}}:${{env.TAG}}"
|
||||||
# "${{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