From e45631393eca9ae9dd792f1d9fb4b16291e94f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Thu, 20 Feb 2025 13:01:57 +0530 Subject: [PATCH] update image name --- .github/workflows/ghcr-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index eea739d98a35..aac4bf6da210 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -57,11 +57,11 @@ jobs: - name: Build and push app image if: "!github.event.pull_request.head.repo.fork" run: | - ./containers/build.sh -i openhands -o ${{ github.repository_owner }} --push + ./containers/build.sh -i kevin -o ${{ github.repository_owner }} --push - name: Build app image if: "github.event.pull_request.head.repo.fork" run: | - ./containers/build.sh -i openhands -o ${{ github.repository_owner }} --load + ./containers/build.sh -i kevin -o ${{ github.repository_owner }} --load - name: Get hash in App Image id: get_hash_in_app_image run: |