From f32fc94cc29a2998296d5d12cfa0d83da79cc81b Mon Sep 17 00:00:00 2001 From: Sergey Timoshin Date: Wed, 4 Dec 2024 22:11:49 +0000 Subject: [PATCH] Comment out Docker workflow for forester --- .../forester-build-and-push-to-docr.yml | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/.github/workflows/forester-build-and-push-to-docr.yml b/.github/workflows/forester-build-and-push-to-docr.yml index ac0bccd460..879b21fda6 100644 --- a/.github/workflows/forester-build-and-push-to-docr.yml +++ b/.github/workflows/forester-build-and-push-to-docr.yml @@ -1,41 +1,41 @@ -name: Docker Build and Push to DOCR - -on: - push: - branches: - - main - pull_request: - branches: - - "**" - paths: - - "forester/**" - -jobs: - build-and-push: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Login to DigitalOcean Container Registry - uses: docker/login-action@v3 - with: - registry: registry.digitalocean.com - username: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} - password: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v6 - with: - context: . - file: ./forester/Dockerfile - platforms: linux/amd64 - push: true - tags: registry.digitalocean.com/v3-relayer/forester:latest - - - name: Inspect image - run: | - docker buildx imagetools inspect registry.digitalocean.com/v3-relayer/forester:latest \ No newline at end of file +#name: Docker Build and Push to DOCR +# +#on: +# push: +# branches: +# - main +# pull_request: +# branches: +# - "**" +# paths: +# - "forester/**" +# +#jobs: +# build-and-push: +# runs-on: ubuntu-latest +# steps: +# - name: Checkout code +# uses: actions/checkout@v4 +# +# - name: Set up Docker Buildx +# uses: docker/setup-buildx-action@v3 +# +# - name: Login to DigitalOcean Container Registry +# uses: docker/login-action@v3 +# with: +# registry: registry.digitalocean.com +# username: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} +# password: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} +# +# - name: Build and push +# uses: docker/build-push-action@v6 +# with: +# context: . +# file: ./forester/Dockerfile +# platforms: linux/amd64 +# push: true +# tags: registry.digitalocean.com/v3-relayer/forester:latest +# +# - name: Inspect image +# run: | +# docker buildx imagetools inspect registry.digitalocean.com/v3-relayer/forester:latest \ No newline at end of file