From 03ea9bb760d4c69b806b2f5aef32274783c19df2 Mon Sep 17 00:00:00 2001 From: yusing Date: Sun, 23 Feb 2025 13:28:35 +0800 Subject: [PATCH] update default image name --- .github/workflows/docker-image-nightly.yml | 2 +- compose.example.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image-nightly.yml b/.github/workflows/docker-image-nightly.yml index 72091f2e..0719e8fd 100644 --- a/.github/workflows/docker-image-nightly.yml +++ b/.github/workflows/docker-image-nightly.yml @@ -6,7 +6,7 @@ on: - "*" # matches every branch that doesn't contain a '/' - "*/*" # matches every branch containing a single '/' - "**" # matches every branch - - "!main" # excludes master + - "!main" # excludes main jobs: build-nightly: diff --git a/compose.example.yml b/compose.example.yml index 0c4d68cb..be4d5e4f 100755 --- a/compose.example.yml +++ b/compose.example.yml @@ -1,7 +1,7 @@ --- services: frontend: - image: ghcr.io/yusing/go-proxy-frontend:latest + image: ghcr.io/yusing/godoxy-frontend:latest container_name: godoxy-frontend restart: unless-stopped network_mode: host @@ -21,7 +21,7 @@ services: # - 192.168.0.0/16 # - 172.16.0.0/12 app: - image: ghcr.io/yusing/go-proxy:latest + image: ghcr.io/yusing/godoxy:latest container_name: godoxy restart: always network_mode: host