From 7419ca511e9e265800e833de230bc37a710c58d9 Mon Sep 17 00:00:00 2001 From: ckt1031 <65409152+ckt1031@users.noreply.github.com> Date: Wed, 26 Jul 2023 11:45:31 +0800 Subject: [PATCH] chore: use own docker image --- .github/workflows/docker-image-amd64-en.yml | 2 +- .github/workflows/docker-image-amd64.yml | 2 +- .github/workflows/docker-image-arm64.yml | 2 +- docker-compose.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image-amd64-en.yml b/.github/workflows/docker-image-amd64-en.yml index 44dc0bc0..06aea170 100644 --- a/.github/workflows/docker-image-amd64-en.yml +++ b/.github/workflows/docker-image-amd64-en.yml @@ -38,7 +38,7 @@ jobs: uses: docker/metadata-action@v4 with: images: | - justsong/one-api-en + ckt1031/one-api-en - name: Build and push Docker images uses: docker/build-push-action@v3 diff --git a/.github/workflows/docker-image-amd64.yml b/.github/workflows/docker-image-amd64.yml index e3b8439a..2d317b94 100644 --- a/.github/workflows/docker-image-amd64.yml +++ b/.github/workflows/docker-image-amd64.yml @@ -42,7 +42,7 @@ jobs: uses: docker/metadata-action@v4 with: images: | - justsong/one-api + ckt1031/one-api ghcr.io/${{ github.repository }} - name: Build and push Docker images diff --git a/.github/workflows/docker-image-arm64.yml b/.github/workflows/docker-image-arm64.yml index d6449eb8..d1d70fcc 100644 --- a/.github/workflows/docker-image-arm64.yml +++ b/.github/workflows/docker-image-arm64.yml @@ -49,7 +49,7 @@ jobs: uses: docker/metadata-action@v4 with: images: | - justsong/one-api + ckt1031/one-api ghcr.io/${{ github.repository }} - name: Build and push Docker images diff --git a/docker-compose.yml b/docker-compose.yml index 003122bb..91a80866 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: one-api: - image: justsong/one-api:latest + image: ckt1031/one-api:latest container_name: one-api restart: always command: --log-dir /app/logs