소스 검색

fixed release build directory for Github action

Alex Tran 3 년 전
부모
커밋
32240777c3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/build_push_server_release.yml

+ 2 - 2
.github/workflows/build_push_server_release.yml

@@ -149,8 +149,8 @@ jobs:
       - name: Build and push immich-proxy release
         uses: docker/build-push-action@v3.0.0
         with:
-          context: ./web
-          file: ./web/Dockerfile
+          context: ./nginx
+          file: ./nginx/Dockerfile
           platforms: linux/arm/v7,linux/amd64,linux/arm64
           push: ${{ github.event_name != 'pull_request' }}
           tags: |