From d300b52792b3ffa6596e596e624e7b52b5297738 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sat, 3 Aug 2024 01:21:02 +0200 Subject: [PATCH] Fix: github action --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28081d4..511d789 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: Build on: push: - branches: [ "main"] + branches: [ "main","v1.0"] workflow_dispatch: inputs: docker_tag: @@ -46,6 +46,4 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v7 tags: | "${{env.BUILDKIT_IMAGE}}:${{env.TAG}}" - # "${{env.BUILDKIT_IMAGE}}:latest" "ghcr.io/${{env.BUILDKIT_IMAGE}}:${{TAG}}" - # "ghcr.io/${{env.BUILDKIT_IMAGE}}:latest"