From 264f6cb89b5c0e607572fd246d63fe145dfdad48 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Wed, 22 Nov 2023 14:05:36 +0000 Subject: [PATCH] OPS: Stop building docker images for registry skipci --- .github/workflows/release.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de591556d..38b4f8d35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,24 +101,3 @@ jobs: - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@v1.8.10 - - docker: - runs-on: ubuntu-latest - needs: [run-tests, release] - timeout-minutes: 300 - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Log in to DockerHub - uses: docker/login-action@v1 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v2.8.0 - with: - context: . - push: true - tags: octue/octue-sdk-python:${{ needs.run-tests.outputs.package_version }}-slim,octue/octue-sdk-python:latest