From 37612334834c556ea0b308867d472099ea36b077 Mon Sep 17 00:00:00 2001 From: Sakana Date: Mon, 20 Jan 2025 17:48:30 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/light-picture.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/light-picture.yml b/.github/workflows/light-picture.yml index b025982..048bfb0 100644 --- a/.github/workflows/light-picture.yml +++ b/.github/workflows/light-picture.yml @@ -19,8 +19,8 @@ jobs: - name: 下载文件 run: | - wget -o "nginx.conf" "https://github.com/YangRucheng/Docker-Image/raw/refs/heads/main/light-picture/nginx.conf" - wget -o "Dockerfile" "https://github.com/YangRucheng/Docker-Image/raw/refs/heads/main/light-picture/Dockerfile" + wget -O "nginx.conf" "https://github.com/YangRucheng/Docker-Image/raw/refs/heads/main/light-picture/nginx.conf" + wget -O "Dockerfile" "https://github.com/YangRucheng/Docker-Image/raw/refs/heads/main/light-picture/Dockerfile" - name: 设置 Docker Buildx uses: docker/setup-buildx-action@v3