From 0fbde69e9c21133f668fd1bbf1e2d59203c546a7 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Fri, 14 Nov 2025 10:50:03 -0500 Subject: [PATCH] only push axolotl images, personal repo is deprecated (#3262) * only push axolotl images, personal repo is deprecated * cleanup --- .github/FUNDING.yml | 6 +++--- .github/workflows/base.yml | 1 - .github/workflows/main.yml | 3 --- .github/workflows/nightlies.yml | 2 -- 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 4f6ea8de7..cd443a197 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,13 +1,13 @@ # These are supported funding model platforms -github: [winglian, OpenAccess-AI-Collective] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username -ko_fi: axolotl_ai # Replace with a single Ko-fi username +ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: ['https://quickchart.io/qr?text=bitcoin%3Abc1qxlgwlqwfea5s2cxm42xqsfmwjct0rj8w8ea5np&size=480¢erImageUrl=https%3A%2F%2Fupload.wikimedia.org%2Fwikipedia%2Fcommons%2Fthumb%2F4%2F46%2FBitcoin.svg%2F64px-Bitcoin.svg.png'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 87d6772dd..2e8950dd9 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -90,7 +90,6 @@ jobs: uses: docker/metadata-action@v5 with: images: | - winglian/axolotl-base axolotlai/axolotl-base - name: Login to Docker Hub uses: docker/login-action@v2 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b182af02..4f0cc4c99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,6 @@ jobs: uses: docker/metadata-action@v5 with: images: | - winglian/axolotl axolotlai/axolotl tags: | type=ref,event=branch @@ -119,7 +118,6 @@ jobs: uses: docker/metadata-action@v5 with: images: | - winglian/axolotl-cloud axolotlai/axolotl-cloud tags: | type=ref,event=branch @@ -179,7 +177,6 @@ jobs: uses: docker/metadata-action@v5 with: images: | - winglian/axolotl-cloud-term axolotlai/axolotl-cloud-term tags: | type=ref,event=branch diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 18b036a0d..a24946ae9 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -31,7 +31,6 @@ jobs: uses: docker/metadata-action@v5 with: images: | - winglian/axolotl axolotlai/axolotl tags: | type=raw,value={{ branch }}-{{ date 'YYYYMMDD' }} @@ -84,7 +83,6 @@ jobs: uses: docker/metadata-action@v5 with: images: | - winglian/axolotl-cloud axolotlai/axolotl-cloud tags: | type=raw,value={{ branch }}-{{ date 'YYYYMMDD' }}