Skip to content

Commit

Permalink
OPS: Stop building docker images for registry
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Nov 22, 2023
1 parent 72bbea8 commit 264f6cb
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,24 +101,3 @@ jobs:

- name: Publish package distributions to PyPI
uses: pypa/[email protected]

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/[email protected]
with:
context: .
push: true
tags: octue/octue-sdk-python:${{ needs.run-tests.outputs.package_version }}-slim,octue/octue-sdk-python:latest

0 comments on commit 264f6cb

Please sign in to comment.