From 500556ffcbc8c2979bb1d498e7becf27b3bb3c5a Mon Sep 17 00:00:00 2001 From: Sunyanan Choochotkaew Date: Wed, 23 Aug 2023 18:20:25 +0900 Subject: [PATCH] tmp build --- .github/workflows/image.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 332d08e2db..43d1d5a3dc 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -2,7 +2,9 @@ name: image on: push: - branches: [ main ] + branches: + - main + - model-server-build paths-ignore: - 'doc/**' - 'enhancements/**' @@ -18,12 +20,12 @@ jobs: uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - - name: Login to Quay + - name: Login to GH uses: docker/login-action@v1 with: - registry: quay.io/sustainable_computing_io - username: ${{ secrets.BOT_NAME }} - password: ${{ secrets.BOT_TOKEN }} + registry: ghcr.io/sunya-ch + username: ${{ secrets.GH_USERNAME }} + password: ${{ secrets.GH_TOKEN }} - name: Build and push kepler latest uses: docker/build-push-action@v4 @@ -31,7 +33,7 @@ jobs: context: . platforms: linux/amd64 push: true - tags: quay.io/sustainable_computing_io/kepler:latest + tags: ghcr.io/sunya-ch/kepler:latest labels: latest file: build/Dockerfile @@ -41,6 +43,6 @@ jobs: context: . platforms: linux/amd64 push: true - tags: quay.io/sustainable_computing_io/kepler:latest-libbpf + tags: ghcr.io/sunya-ch/kepler:latest-libbpf labels: latest-libbpf file: build/Dockerfile.libbpf.kepler \ No newline at end of file