From 6b6cbaccd98a11e2ba0d0938a09f8910d3b8455c Mon Sep 17 00:00:00 2001 From: Dima <33123184+DimaMolod@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:32:35 +0100 Subject: [PATCH] Disable alphalink container build job --- .github/workflows/github_actions.yml | 62 ++++++++++++++-------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index e77edfd7..3181347e 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -94,37 +94,37 @@ jobs: tags: ${{ secrets.DOCKER_USERNAME }}/alphafold2:${{ github.event.release.tag_name }} ssh: default - build-alphalink-container: - runs-on: ubuntu-latest - steps: - - uses: webfactory/ssh-agent@v0.9.0 - with: - ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - - uses: actions/checkout@v4 - - run: rm -rf /opt/hostedtoolcache - - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - uses: docker/setup-buildx-action@v3 - - name: Build and push alphalink container - if: github.event_name == 'push' - uses: docker/build-push-action@v5 - with: - context: . - file: ./docker/alphalink.dockerfile - push: true - tags: ${{ secrets.DOCKER_USERNAME }}/alphalink:latest - ssh: default - - name: Build and push alphalink container with version - if: github.event_name == 'release' && github.event.action == 'published' - uses: docker/build-push-action@v5 - with: - context: . - file: ./docker/alphalink.dockerfile - push: true - tags: ${{ secrets.DOCKER_USERNAME }}/alphalink:${{ github.event.release.tag_name }} - ssh: default + # build-alphalink-container: + # runs-on: ubuntu-latest + # steps: + # - uses: webfactory/ssh-agent@v0.9.0 + # with: + # ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} + # - uses: actions/checkout@v4 + # - run: rm -rf /opt/hostedtoolcache + # - uses: docker/login-action@v3 + # with: + # username: ${{ secrets.DOCKER_USERNAME }} + # password: ${{ secrets.DOCKER_PASSWORD }} + # - uses: docker/setup-buildx-action@v3 + # - name: Build and push alphalink container + # if: github.event_name == 'push' + # uses: docker/build-push-action@v5 + # with: + # context: . + # file: ./docker/alphalink.dockerfile + # push: true + # tags: ${{ secrets.DOCKER_USERNAME }}/alphalink:latest + # ssh: default + # - name: Build and push alphalink container with version + # if: github.event_name == 'release' && github.event.action == 'published' + # uses: docker/build-push-action@v5 + # with: + # context: . + # file: ./docker/alphalink.dockerfile + # push: true + # tags: ${{ secrets.DOCKER_USERNAME }}/alphalink:${{ github.event.release.tag_name }} + # ssh: default build-alphafold3-container: runs-on: ubuntu-latest