From 436c7ba9bd5e78ee541f6576e7d4628a286bc81d Mon Sep 17 00:00:00 2001 From: bernhard Date: Tue, 23 Jul 2024 16:30:01 +0200 Subject: [PATCH] Issue #3628: there is only a single target in rel-10_0 --- .github/workflows/docker_image_builder.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker_image_builder.yml b/.github/workflows/docker_image_builder.yml index 9390e9421..f3aa2a4aa 100644 --- a/.github/workflows/docker_image_builder.yml +++ b/.github/workflows/docker_image_builder.yml @@ -53,7 +53,6 @@ jobs: GIT_REPO=${{ github.repositoryUrl }} GIT_BRANCH=${{ env.otobo_branch }} GIT_COMMIT=${{ env.otobo_commit }} - target: otobo-web tags: ${{ env.otobo_ref }} cache-from: type=gha cache-to: type=gha,mode=max` @@ -88,7 +87,6 @@ jobs: GIT_REPO=${{ github.repositoryUrl }} GIT_BRANCH=${{ env.otobo_branch }} GIT_COMMIT=${{ env.otobo_commit }} - target: otobo-web tags: ${{ env.otobo_ref }} cache-from: type=gha cache-to: type=gha,mode=max`