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`