Skip to content

Commit

Permalink
👷 use wxpe
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Runde <[email protected]>
  • Loading branch information
joerunde committed Feb 29, 2024
1 parent 2fe6cd2 commit 0d0ff1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
runs-on: ubuntu-latest
env:
BUILDKIT_INLINE_CACHE: 1
CACHE_IMAGE: "ghcr.io/ibm/text-generation-router:build-cache"
CACHE_IMAGE: "ghcr.io/ibm/text-gen-router:build-cache"
CACHE_REGISTRY: "ghcr.io"
SERVER_IMAGE: "ghcr.io/ibm/text-generation-router:latest,quay.io/rhods-wisdom/text-generation-router:latest"
QUAY_ORG: "quay.io/wxpe/text-gen-router"

permissions:
packages: write
Expand All @@ -55,8 +55,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: quay.io
username: aifoundibm
password: ${{ secrets.AIFOUND_QUAY_TOKEN }}
username: wxpe+github_pusher_bot
password: ${{ secrets.WXPE_QUAY_TOKEN }}

- name: "Set build cache target"
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
with:
context: .
target: router-release
tags: ${{ env.SERVER_IMAGE }},quay.io/rhods-wisdom/text-generation-router:${{ github.ref_name }}
tags: ${{ env.QUAY_ORG }}:latest,${{ env.QUAY_ORG }}:${{ github.ref_name }},${{ env.QUAY_ORG }}:${GITHUB_SHA::7}
cache-from: type=registry,ref=${{ env.CACHE_IMAGE }}
cache-to: ${{ env.CACHE_TO }}
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 0d0ff1e

Please sign in to comment.