From fb1c0f2ccfca9a5880cb248a50715300cf072d6c Mon Sep 17 00:00:00 2001 From: Anil Vishnoi Date: Fri, 31 May 2024 01:51:41 +0530 Subject: [PATCH] Fix ui/apisever image publishing Signed-off-by: Anil Vishnoi --- .github/workflows/images.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index ccb7f35..a7c1c71 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -82,7 +82,6 @@ jobs: build-args: | GITHUB_USER=instructlab-bot GITHUB_TOKEN=${{ secrets.BOT_GITHUB_TOKEN }} - target: ui push: true tags: ${{ steps.ui_meta.outputs.tags }} labels: ${{ steps.ui_meta.outputs.labels }} @@ -124,7 +123,6 @@ jobs: build-args: | GITHUB_USER=instructlab-bot GITHUB_TOKEN=${{ secrets.BOT_GITHUB_TOKEN }} - target: ui push: true tags: ${{ steps.apiserver_meta.outputs.tags }} labels: ${{ steps.apiserver_meta.outputs.labels }}