From 6dfd89625bc7be54c53f0e586a635f543bfe1732 Mon Sep 17 00:00:00 2001 From: freeziyou <80776877@qq.com> Date: Mon, 19 Feb 2024 16:17:12 +0800 Subject: [PATCH] update docker-image.yml --- .github/workflows/docker-image.yml | 33 ------------------------------ website | 2 +- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 5b00a918..69921d32 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -5,13 +5,11 @@ on: branches: [ "main" ] paths: - '**' - - 'website/**' workflow_dispatch: jobs: build-main-app: runs-on: ubuntu-latest - if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && !contains(github.event.head_commit.modified, 'website')) }} steps: - name: Check out the repo uses: actions/checkout@v2 @@ -29,34 +27,3 @@ jobs: file: deploy/Dockerfile push: true tags: connectai/gitmaya:latest - - build-website: - runs-on: ubuntu-latest - if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.modified, 'website') }} - steps: - - name: Check out the repo - uses: actions/checkout@v2 - with: - submodules: 'true' - - - name: Log in to Docker Hub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKER_HUB_ACCOUNT }} - password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - - - name: Build and push website Docker image - uses: docker/build-push-action@v2 - with: - context: . - file: deploy/Dockerfile.proxy - push: true - tags: connectai/gitmaya-proxy:latest - - - name: Build and push website Docker image-SaaS - uses: docker/build-push-action@v2 - with: - context: . - file: deploy/Dockerfile.proxy.saas - push: true - tags: connectai/gitmaya-proxy:saas diff --git a/website b/website index 64617458..91fcb5db 160000 --- a/website +++ b/website @@ -1 +1 @@ -Subproject commit 646174587620f692e7ea7742ce30f0fbf4d13bde +Subproject commit 91fcb5db31fd84f4c298a66fd13ac69dd798e9e4